Corrected .travis.yml to reflect new configuration

master
Frédéric BISSON 6 years ago
parent be80cbde33
commit 89c2df1a8f

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

Loading…
Cancel
Save