summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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"