We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919cb97 commit a5fcd02Copy full SHA for a5fcd02
.travis.yml
@@ -17,7 +17,7 @@ before_script:
17
18
script:
19
- mkdir -p build/logs
20
- - vendor/bin/phpunit --debug --coverage-clover build/logs/clover.xml tests
+ - vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml tests
21
- ls -l build/logs
22
- cat build/logs/clover.xml
23
0 commit comments