Change travis coverage to log
This commit is contained in:
parent
84616cbe14
commit
bf0fe1e1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ before_script:
|
|||
- composer install --prefer-dist
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.clover
|
||||
- vendor/bin/phpunit --log-junit=phpunit.log
|
||||
|
||||
# Uncomment out to submit code coverage report to scrutinizer
|
||||
#after_script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue