diff --git a/.drone.yml b/.drone.yml index f57be532..c74993d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-16 environment: - APP_NAME=serverinfo - - CORE_BRANCH=master + - CORE_BRANCH=stable16 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh diff --git a/.travis.yml b/.travis.yml index ca0c45c4..e1bc3dba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ php: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable16 - APP_NAME=serverinfo matrix: - DB=sqlite