Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-02-04 23:26:24 +0300
committerRobin Appelman <robin@icewind.nl>2021-02-04 23:33:05 +0300
commit531325fe039aa62614e293509c12c44b51a29217 (patch)
treee8372c6030beff2ad6ab1d74e2c5fd627f35e9ea
parent44779e06c9f50a6c2e9bdfb626fc7587e3ae232e (diff)
set xdebug mode for tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 514daa7..43d6634 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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