Use last phpunit for travis
This commit is contained in:
parent
710f2c7bb0
commit
cd135af707
|
|
@ -19,6 +19,7 @@ matrix:
|
|||
before_script:
|
||||
- phpenv config-add tests/php.ini
|
||||
- composer install
|
||||
- wget https://phar.phpunit.de/phpunit.phar
|
||||
|
||||
script:
|
||||
- phpunit -c tests/units.$DB.xml
|
||||
- php phpunit.phar -c tests/units.$DB.xml
|
||||
Loading…
Reference in New Issue