Skip to content

Commit 4e52b0e

Browse files
committed
Try sqlite addon
1 parent d1068d8 commit 4e52b0e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: false
1+
sudo: required
22
language: ruby
33
rvm:
44
- 2.6.5
@@ -8,11 +8,14 @@ matrix:
88
allow_failures:
99
- rvm: ruby-head
1010

11+
addons:
12+
apt_packages:
13+
- libsqlite3-dev
14+
1115
before_install:
1216
- gem update --system --no-document --quiet
1317

1418
install:
15-
- apt-get install libsqlite3-dev
1619
- bundle install --jobs=3 --retry=3
1720
- bundle install --jobs=4 --retry=3 --gemfile=spec/integration/rails_6.0.2.1/Gemfile
1821

0 commit comments

Comments
 (0)