Skip to content

Commit 0cf18d8

Browse files
committed
Ask Travis to use a newer version of SQLite
Fixes ActiveRecord::StatementInvalid: SQLite3::SQLException: near ",": syntax error: INSERT INTO "schema_migrations" see: rails/rails#24288
1 parent 9ee3fe0 commit 0cf18d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ sudo: false
66
addons:
77
apt:
88
sources:
9-
ubuntu-toolchain-r-test
9+
- ubuntu-toolchain-r-test
10+
- travis-ci/sqlite3
1011
packages:
11-
g++-4.9
12+
- g++-4.9
13+
- sqlite3
1214
env:
1315
global:
1416
- RAILS_ENV=test

0 commit comments

Comments
 (0)