Skip to content

Commit

Permalink
Set env mode for xdebug coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Mar 11, 2021
1 parent e14ae3c commit 111e51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cache:
env:
global:
- COMPOSER_ARGS="--no-interaction"
- XDEBUG_MODE=coverage

matrix:
fast_finish: true
Expand All @@ -20,7 +21,7 @@ matrix:
env:
- DEPS=latest
- EXECUTE_COVERAGE=true
- EXECUTE_CS_CHECK=true
- EXECUTE_CS_CHECK=true
- php: 7.4

allow_failures:
Expand Down

0 comments on commit 111e51b

Please sign in to comment.