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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-09-19 09:37:27 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-09-19 09:40:43 +0300
commit563345ca1233a6e412265c08c49fd1c591eb9539 (patch)
tree552268eb1aeef2b353ae9f99e21e7687069f4604 /.drone.yml
parent7a0fc28f3e232491cc199cb0b0b7e52a8f361ae4 (diff)
Test against master again
Now that the requirement was updated to 15 it is necessary to test again against current master. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml
index 8104fad21..f182372a3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -35,7 +35,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -51,7 +51,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -67,7 +67,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -87,7 +87,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -107,7 +107,7 @@ pipeline:
image: nextcloudci/php7.2:php7.2-12
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
- DB=sqlite
commands:
# Pre-setup steps
@@ -127,7 +127,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -155,7 +155,7 @@ pipeline:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server
@@ -173,7 +173,7 @@ pipeline:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
environment:
- APP_NAME=spreed
- - CORE_BRANCH=stable14
+ - CORE_BRANCH=master
commands:
# Pre-setup steps
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server ../server