We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2dcd9 commit 85c0ba7Copy full SHA for 85c0ba7
.travis.yml
@@ -23,7 +23,7 @@ cache:
23
24
env:
25
global:
26
- - CORE_BRANCH=bugfix/noid/broken-oracle-install
+ - CORE_BRANCH=master
27
- APP_NAME=notifications
28
matrix:
29
- DB=sqlite
@@ -34,7 +34,7 @@ branches:
34
- /^stable\d+(\.\d+)?$/
35
36
before_install:
37
- - 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
38
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
39
- sh -c "if [ -f ../server/data/nextcloud.log ]; then cat ../server/data/nextcloud.log; fi"
40
0 commit comments