From 7156c1ad43e07b4eacd7dda5ad9923a4ec10ae4d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Sep 2018 11:08:34 +0200 Subject: [PATCH] Update stable14 target versions Signed-off-by: Joas Schilling --- .drone.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ad0b6c38a..0bfea6fa6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=activity - - 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 78230199e..6080b4d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ php: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable14 - APP_NAME=activity matrix: - DB=sqlite