Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test with and against master again
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 10, 2019
commit b16226219b017e9df4a671ea10309ccf6fe90dfe
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cache:

env:
global:
- CORE_BRANCH=bugfix/noid/broken-oracle-install
- CORE_BRANCH=master
- APP_NAME=notifications
matrix:
- DB=sqlite
Expand All @@ -34,7 +34,7 @@ branches:
- /^stable\d+(\.\d+)?$/

before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/oracle-support/before_install.sh
- 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"

Expand Down