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:
authorJoas Schilling <coding@schilljs.com>2017-05-22 15:27:17 +0300
committerGitHub <noreply@github.com>2017-05-22 15:27:17 +0300
commit3b38e42dd6698c9601d81a84945d947a7748a520 (patch)
tree7c4ebc4b78e9061dc2cb80177edaa595022695f8
parenta9ae386f858dc8996d16736440f05ad88795f7fe (diff)
parentad92a84cd9955faa0a59e001fcbb45ddb658384a (diff)
Merge pull request #36 from nextcloud/update-stable12-target-versions
Update stable12 target versions
-rw-r--r--.drone.yml2
-rw-r--r--.travis.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 0d2d047..21bf43d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,7 +6,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=files_texteditor
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable12
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
diff --git a/.travis.yml b/.travis.yml
index a3a3b8c..34dca11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ php:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable12
- APP=files_texteditor
matrix:
- DB=sqlite
@@ -17,8 +17,8 @@ branches:
- /^stable\d+(\.\d+)?$/
before_install:
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP $CORE_BRANCH $DB
+ - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
+ - . ./before_install.sh $APP $CORE_BRANCH $DB
- cd ../server
- php occ app:enable $APP