зеркало из https://github.com/nextcloud/spreed.git
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:
Родитель
186cc5627a
Коммит
02e6216f6a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче