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' - '7.0'
- hhvm # on Trusty only - hhvm # on Trusty only
- nightly - nightly
before_script: before_script: composer update
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar script: make test
script:
- phpunit .

Loading…
Cancel
Save