1
0
Fork 0
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:
Yasuo Honda 2016-04-05 20:51:49 +00:00
parent fa3537506a
commit de98a64559

View file

@ -58,3 +58,8 @@ services:
- rabbitmq
addons:
postgresql: "9.4"
apt:
sources:
- travis-ci/sqlite3
packages:
- sqlite3