Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-11-23 13:57:08 +0300
committerGitHub <noreply@github.com>2018-11-23 13:57:08 +0300
commit96b0c73539afb8d47ef1674a001991fc463a000e (patch)
treef253a2416d87c0c1f67eed24aecf20e1586db584
parent1c60a595b8e3fd2877fa11f1ec9a872327233cd8 (diff)
parent774d526735c6523ad5fb2d499a7716d65307cd17 (diff)
Merge pull request #123 from nextcloud/update-stable15-target-versions
Update stable15 target versions
-rw-r--r--.drone.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 3d335bc..fdec8a2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,7 +8,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=files_texteditor
- - 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 93a6b2b..aef8d64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ php:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable15
- APP=files_texteditor
matrix:
- DB=sqlite