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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-04-12 14:57:14 +0300
committerGitHub <noreply@github.com>2019-04-12 14:57:14 +0300
commit15580594c76588888541fcaa998d7f1486bcaee6 (patch)
tree42a7ea8d20b262e833141fca400232a2ddecb872
parentef29163cec45e8057158de6f72327ec10d6d4326 (diff)
parentf1ff825b708ec2ea3dc311a91f82695abc7e56ba (diff)
Merge pull request #148 from nextcloud/update-stable16-target-versions
Update stable16 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 f57be53..c74993d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,7 +8,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=serverinfo
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable16
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
diff --git a/.travis.yml b/.travis.yml
index ca0c45c..e1bc3db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ php:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable16
- APP_NAME=serverinfo
matrix:
- DB=sqlite