Browse Source

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>
pull/648/head
Daniel Calviño Sánchez 8 years ago
parent
commit
02e6216f6a
  1. 2
      .drone.yml

2
.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
Loading…
Cancel
Save