From 314430755c50a7ead6e065ae14bd9d39a43a3ab4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Nov 2018 10:49:07 +0100 Subject: [PATCH] Update stable15 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 7865261d..0a3a41a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=files_accesscontrol - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - DB=sqlite commands: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh diff --git a/.travis.yml b/.travis.yml index b3acd752..ce644d53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ php: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable15 - APP_NAME=files_accesscontrol matrix: - DB=sqlite