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 f9f339f commit c0a2fc7Copy full SHA for c0a2fc7
.travis.yml
@@ -29,7 +29,7 @@ before_script:
29
- mkdir -p build/logs
30
31
script:
32
- - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --testdox
+ - XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --testdox
33
34
after_script:
35
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
0 commit comments