phpunit tweak
This commit is contained in:
parent
be014346f1
commit
66f253e4a3
|
@ -31,7 +31,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- phpunit --version
|
||||
- vendor/bin/phpunit -c phpunit.xml --coverage-clover=coverage.clover
|
||||
- phpunit -c phpunit.xml --coverage-clover=coverage.clover
|
||||
|
||||
after_script:
|
||||
- bash tests/bin/travis.sh after
|
||||
|
|
Loading…
Reference in New Issue