Skip to content

Commit 74d43d7

Browse files
authored
Merge pull request #87 from nextcloud/update-stable15-target-versions
Update stable15 target versions
2 parents 7d80e8f + 8750e74 commit 74d43d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipeline:
88
image: nextcloudci/php7.0:php7.0-2
99
environment:
1010
- APP_NAME=survey_client
11-
- CORE_BRANCH=master
11+
- CORE_BRANCH=stable15
1212
- DB=sqlite
1313
commands:
1414
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ language: php
66

77
env:
88
global:
9-
- CORE_BRANCH=master
9+
- CORE_BRANCH=stable15
1010
- APP_NAME=survey_client
1111
# matrix:
1212
# - DB=sqlite

0 commit comments

Comments
 (0)