Use last phpunit for travis

This commit is contained in:
Frederic Guillot 2015-09-05 23:45:04 -04:00
parent 710f2c7bb0
commit cd135af707
1 changed files with 2 additions and 1 deletions

View File

@ -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