From 7534d5bf088e81831cc7395da70e294a86314678 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 16 May 2014 22:09:07 +0200 Subject: bring back debug info output --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') 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" -- cgit v1.2.3