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-02-12 14:54:21 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-02-12 15:25:16 +0300
commit02e6216f6a61daa8a3c77c7266fd3032fd852ac4 (patch)
treeb373adcba5e042312392f0513a16255568245051 /.drone.yml
parent186cc5627ac247fd15cd404af3c19a7c20d1b21b (diff)
Move DB environment variable from task to build matrix
This will make possible in a following commit to run the integration tests in other databases by extending the build matrix. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 465b6d4ee..a80df7daa 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -127,7 +127,6 @@ pipeline:
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
- - DB=sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -163,4 +162,5 @@ matrix:
- TESTS: php7.1
- TESTS: php7.2
- TESTS: php7.1-integration
+ DB: sqlite
- TESTS: jsunit