From e75cfd6ee87527613e8d01688c34da497f03e8ef Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 3 Jan 2018 11:38:19 -0600 Subject: [PATCH] Explicitly install the database groups for Travis This would explain the test failures with MySQL --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adf11d5f..17f42198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: env: - DATABASE_URL=mysql2://localhost/tracks_test - DATABASE_URL=sqlite3:db/test.sqlite3 -bundler_args: --without development --jobs=3 --retry=3 +bundler_args: --with sqlite --with mysql --without development --jobs=3 --retry=3 before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"