Skip to content

Commit

Permalink
chore: Run phpunit with XDEBUG_MODE=coverage (ankitpokhrel#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Dec 15, 2020
1 parent 684a5ad commit 1d1317b
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 @@ -21,7 +21,7 @@ before_install:
services:
- redis

script: ./vendor/bin/phpunit --coverage-clover=coverage.clover
script: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 1d1317b

Please sign in to comment.