diff --git a/.drone.yml b/.drone.yml index d8d8f18ac..9140baac6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=notifications - - CORE_BRANCH=master + - CORE_BRANCH=stable14 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh diff --git a/.travis.yml b/.travis.yml index 903faf6b3..58f841ba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ cache: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable14 - APP_NAME=notifications matrix: - DB=sqlite