Group both MySQL and PostgreSQL into a single item.

This commit is contained in:
Alexey Kopytov
2016-09-09 18:05:02 +03:00
parent 2ad038e816
commit aaaf21ea06

View File

@ -23,8 +23,7 @@ services:
- postgresql
env:
- SBTEST_MYSQL_ARGS="--mysql-user=root --mysql-password"
- SBTEST_PGSQL_ARGS="--pgsql-user=postgres --pgsql-password"
- SBTEST_MYSQL_ARGS="--mysql-user=root --mysql-password" SBTEST_PGSQL_ARGS="--pgsql-user=postgres --pgsql-password"
before_install:
- >