CI on SQLite3

This commit is contained in:
Akira Matsuda 2017-06-02 19:24:38 +09:00
parent 48c0d14b2b
commit 67560d8a30
1 changed files with 3 additions and 0 deletions

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