Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set xdebug mode for tests
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Feb 4, 2021
commit 531325fe039aa62614e293509c12c44b51a29217
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ script:
- vendor/bin/parallel-lint --exclude app --exclude vendor --exclude tests .
# Run phpunit tests
- cd tests
- ../vendor/bin/phpunit --configuration phpunit.xml
- XDEBUG_MODE=coverage ../vendor/bin/phpunit --configuration phpunit.xml
# build js
- cd ..
- make
Expand Down