Skip to content

Commit 964d053

Browse files
committed
Add XDEBUG_MODE=coverage to travis descriptor.
1 parent ebf758d commit 964d053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_script:
2626

2727
script:
2828
- mkdir -p build/logs
29-
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
29+
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
3030
- if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then vendor/bin/phpunit; fi
3131

3232
after_script:

0 commit comments

Comments
 (0)