Skip to content

Commit d1068d8

Browse files
committed
Add sqlite3 to Travis CI
1 parent 377a766 commit d1068d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_install:
1212
- gem update --system --no-document --quiet
1313

1414
install:
15+
- apt-get install libsqlite3-dev
1516
- bundle install --jobs=3 --retry=3
1617
- bundle install --jobs=4 --retry=3 --gemfile=spec/integration/rails_6.0.2.1/Gemfile
1718

0 commit comments

Comments
 (0)