Whoops, fixed syntax

This commit is contained in:
Josh Sherman 2018-01-07 21:35:12 -06:00
parent 30f193b036
commit 5ed7322647
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

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