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

Only against Rails 5.1 and SQLite3 is enough for CIing ruby 2.2.7

This commit is contained in:
Akira Matsuda 2017-06-02 20:53:07 +09:00
parent 92255561ab
commit 000e025812

View file

@ -4,7 +4,6 @@ dist: trusty
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
- ruby-head
- jruby-9.1.10.0
# - rbx-3
@ -37,6 +36,9 @@ matrix:
- rvm: ruby-head
gemfile: gemfiles/active_record_41.gemfile
include:
- rvm: 2.2.7
gemfile: gemfiles/active_record_51.gemfile
env: DB=sqlite3
- rvm: 2.1.10
gemfile: gemfiles/active_record_42.gemfile
env: DB=sqlite3