Let's try to get that path right

This commit is contained in:
Josh Sherman 2018-01-07 23:46:32 -06:00
parent dd120b7832
commit fc7ce83cbc
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -24,7 +24,7 @@ before_script:
- cd tests
script:
- if [[ $HHVM == true ]]; then ./vendor/bin/phpunit --colors --coverage-clover ../build/logs/clover.xml .; fi
- if [[ $HHVM == true ]]; then ../vendor/bin/phpunit --colors --coverage-clover ../build/logs/clover.xml .; fi
- if [[ $HHVM != true ]]; then phpunit --colors --coverage-clover ../build/logs/clover.xml .; fi