1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

CI on SQLite3

This commit is contained in:
Akira Matsuda 2017-06-02 19:24:38 +09:00
parent 48c0d14b2b
commit 67560d8a30

View file

@ -18,6 +18,9 @@ gemfile:
- gemfiles/active_record_41.gemfile
- gemfiles/active_record_edge.gemfile
env:
- DB=sqlite3
sudo: false
before_install: gem update bundler --no-document