How about this?

This commit is contained in:
Josh Sherman 2018-01-07 21:42:37 -06:00
parent 5ed7322647
commit 1943a9b79f
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -19,7 +19,7 @@ install:
- composer install - composer install
before_script: before_script:
- [[ $HHVM && ${HHVM-x} ]] && curl -sSf -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar - if [[ $HHVM && ${HHVM-x} ]]; then curl -sSf -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar; fi
- mkdir -p build/logs - mkdir -p build/logs
- cd tests - cd tests