Explicitly install the database groups for Travis

This would explain the test failures with MySQL
This commit is contained in:
Matt Rogers 2018-01-03 11:38:19 -06:00
parent e776768261
commit e75cfd6ee8

View file

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