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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-24 11:07:17 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-24 11:07:34 +0300
commit217c0ba8230d3f14e949de3f5abf7fc867520554 (patch)
tree22ef47a0642efbaca886294fe2e180feea6f0f57 /.travis.yml
parent34f9f9558d8e2ab07767fd051351ba9b59311e3d (diff)
Add some debugging
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f875473..c32cc1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,8 @@ script:
# Run phpunit tests
- cd tests
+ - which phpunit
+ - phpunit --version
- sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then phpunit --configuration phpunit.xml; fi"
- cd ..