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