summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 22:09:07 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 22:09:07 +0200
commit7534d5bf088e81831cc7395da70e294a86314678 (patch)
tree35d8ff85730062e08f69e2baac2ad1e71d417adf /.travis.yml
parent37d1fda2b99eee5f946b45fdf1e2a2056ad88bb8 (diff)
bring back debug info output
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index facdf5762..23ad25959 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,6 +60,11 @@ script:
# acceptance tests
- webdriver-manager update
- grunt ci-e2e --verbose
+ # debug section to check what went wrong
+ - sudo apt-get install curl
+ - curl http://admin:admin@localhost/owncloud/index.php
+ - curl http://admin:admin@localhost/owncloud/index.php/apps/news/
+ - sudo cat ../../../data/owncloud.log
addons:
postgresql: "9.3"