Let's try to get that path right
This commit is contained in:
parent
dd120b7832
commit
fc7ce83cbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue