Skip to content

Commit

Permalink
set xDebug Mode explizit mentioned sebastianbergmann/php-code-coverag…
Browse files Browse the repository at this point in the history
  • Loading branch information
benblub committed Jan 31, 2021
1 parent 3bec2f2 commit 9650ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install:

script:
- mkdir -p build/logs
- vendor/bin/phpunit tests --coverage-clover build/logs/clover.xml
- XDEBUG_MODE=coverage vendor/bin/phpunit tests --coverage-clover build/logs/clover.xml

after_success:
- travis_retry php vendor/bin/php-coveralls -v
Expand Down

0 comments on commit 9650ebb

Please sign in to comment.