mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 13:58:49 +01:00
Explicitly install the database groups for Travis
This would explain the test failures with MySQL
This commit is contained in:
parent
e776768261
commit
e75cfd6ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue