specify composer phpunit
This commit is contained in:
parent
07d57f20e8
commit
68d9ec50c3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ install:
|
|||
- php install.php
|
||||
|
||||
script:
|
||||
- phpunit --configuration tests/phpunit.xml --coverage-clover=data/coverage.clover
|
||||
- vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover=data/coverage.clover
|
||||
|
||||
after_failure:
|
||||
- head -n 100 data/config/*
|
||||
|
|
Reference in a new issue