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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-12 14:58:34 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-12 14:58:34 +0300
commit243957cfc7464b62b087d4bf2f8209477f917b85 (patch)
treecea11e697415a763aafab41b50afd8184df77c31 /.travis.yml
parent72e06624f0bea90e77dda9062451fcb5a1eca2eb (diff)
Cat the log file if it sadly exists
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c48e61..903faf6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,7 @@ branches:
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
+ - sh -c "if [ -f ../server/data/nextcloud.log ]; then cat ../server/data/nextcloud.log; fi"
# Add some output debugging information
- cd ../server