Skip to content

Commit 85c0ba7

Browse files
committed
Test with and against master again
Signed-off-by: Joas Schilling <[email protected]>
1 parent 2a2dcd9 commit 85c0ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cache:
2323

2424
env:
2525
global:
26-
- CORE_BRANCH=bugfix/noid/broken-oracle-install
26+
- CORE_BRANCH=master
2727
- APP_NAME=notifications
2828
matrix:
2929
- DB=sqlite
@@ -34,7 +34,7 @@ branches:
3434
- /^stable\d+(\.\d+)?$/
3535

3636
before_install:
37-
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/oracle-support/before_install.sh
37+
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
3838
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
3939
- sh -c "if [ -f ../server/data/nextcloud.log ]; then cat ../server/data/nextcloud.log; fi"
4040

0 commit comments

Comments
 (0)