Skip to content

Commit

Permalink
~ xdebug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vantoozz committed Feb 14, 2021
1 parent 37a4fc0 commit 21b644d
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 @@ -20,7 +20,7 @@ script:
- composer validate --no-check-all --strict
- mkdir -p build/logs
- vendor/bin/phpunit --testsuite=integration
- vendor/bin/phpunit --testsuite=unit --coverage-text --coverage-clover build/logs/clover.xml
- XDEBUG_MODE=coverage vendor/bin/phpunit --testsuite=unit --coverage-text --coverage-clover build/logs/clover.xml
- bash .githooks/pre-commit
- php tests/systemTests.php

Expand Down

0 comments on commit 21b644d

Please sign in to comment.