2012-10-02 21:34:53 +02:00
|
|
|
language: php
|
|
|
|
php:
|
|
|
|
- 5.3
|
|
|
|
- 5.4
|
|
|
|
|
|
|
|
env:
|
2013-03-19 13:09:31 +01:00
|
|
|
- TESTDB=MYSQL CORE_RELEASE=3.1
|
2012-10-02 21:34:53 +02:00
|
|
|
- TESTDB=MYSQL CORE_RELEASE=master
|
|
|
|
- TESTDB=PGSQL CORE_RELEASE=master
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- php: 5.4
|
|
|
|
env: TESTDB=PGSQL CORE_RELEASE=master
|
|
|
|
- php: 5.4
|
2013-03-19 13:09:31 +01:00
|
|
|
env: TESTDB=MYSQL CORE_RELEASE=3.1
|
2012-10-02 21:34:53 +02:00
|
|
|
|
|
|
|
before_script:
|
|
|
|
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer
|
|
|
|
- phpenv rehash
|
|
|
|
- ./tests/travis/before_script ~/builds/ss
|
|
|
|
- cd ~/builds/ss
|
|
|
|
|
|
|
|
script:
|
|
|
|
- phpunit translatable/tests/
|
|
|
|
- phpcs --encoding=utf-8 --tab-width=4 --standard=translatable/tests/phpcs -np translatable
|