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 <213943+nickvergessen@users.noreply.github.com>2018-07-16 10:56:23 +0300
committerGitHub <noreply@github.com>2018-07-16 10:56:23 +0300
commit8a698911cf29cba031672098c89462e202b84b9b (patch)
treecea11e697415a763aafab41b50afd8184df77c31
parent72e06624f0bea90e77dda9062451fcb5a1eca2eb (diff)
parent243957cfc7464b62b087d4bf2f8209477f917b85 (diff)
Merge pull request #141 from nextcloud/debug-oracle-install
Debug oracle install
-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