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>
This commit is contained in:
Daniel Calviño Sánchez 2018-02-12 12:54:21 +01:00
Родитель 186cc5627a
Коммит 02e6216f6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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