Corrected .travis.yml to reflect new configuration
This commit is contained in:
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…
Reference in New Issue
Block a user