mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use SQLite3 3.7.15 which supports multiple values insert
This commit is contained in:
parent
fa3537506a
commit
de98a64559
1 changed files with 5 additions and 0 deletions
|
@ -58,3 +58,8 @@ services:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- travis-ci/sqlite3
|
||||||
|
packages:
|
||||||
|
- sqlite3
|
||||||
|
|
Loading…
Reference in a new issue