We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf758d commit 964d053Copy full SHA for 964d053
1 file changed
.travis.yml
@@ -26,7 +26,7 @@ before_script:
26
27
script:
28
- mkdir -p build/logs
29
- - if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
+ - if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
30
- if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then vendor/bin/phpunit; fi
31
32
after_script:
0 commit comments