From aaaf21ea06b3d9ce86cfc239d4b51b56e2d05049 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Fri, 9 Sep 2016 18:05:02 +0300 Subject: [PATCH] Group both MySQL and PostgreSQL into a single item. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c83f72d..6d13c16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: - >