Skip to content

Commit

Permalink
Install sqlite3 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Oct 22, 2019
1 parent 60a9671 commit f9a60b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_install:
- gem --version
install:
- gem install bundler;
- gem install sqlite3;
- bundle --version
- bundle install --jobs=3 --retry=3
script:
Expand Down

0 comments on commit f9a60b8

Please sign in to comment.