Skip to content

Commit c0a2fc7

Browse files
committed
Set xdebug coverage mode to generate coverage report
1 parent f9f339f commit c0a2fc7

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
@@ -29,7 +29,7 @@ before_script:
2929
- mkdir -p build/logs
3030

3131
script:
32-
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --testdox
32+
- XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --testdox
3333

3434
after_script:
3535
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)