Corrected .travis.yml to reflect new configuration

This commit is contained in:
Frédéric BISSON 2018-03-23 23:03:15 +01:00
parent be80cbde33
commit 89c2df1a8f

View File

@ -5,7 +5,5 @@ php:
- '7.0'
- hhvm # on Trusty only
- nightly
before_script:
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
script:
- phpunit .
before_script: composer update
script: make test