Fix sanity check
This commit is contained in:
parent
e4979f5d15
commit
b1d346cb05
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [[ $PHPUNIT57 == 5.7 ]]; then
|
if [[ $PHPUNIT == 5.7 ]]; then
|
||||||
../vendor/bin/phpunit --colors --coverage-clover ../build/logs/clover.xml .
|
../vendor/bin/phpunit --colors --coverage-clover ../build/logs/clover.xml .
|
||||||
else
|
else
|
||||||
phpunit --colors --coverage-clover ../build/logs/clover.xml .
|
phpunit --colors --coverage-clover ../build/logs/clover.xml .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue