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

Only against Rails 4.2 and SQLite3 is enough for CIing ruby 2.1.10

This commit is contained in:
Akira Matsuda 2017-06-02 20:49:56 +09:00
parent e9aa77eddd
commit 92255561ab

View file

@ -5,7 +5,6 @@ rvm:
- 2.4.1
- 2.3.4
- 2.2.7
- 2.1.10
- ruby-head
- jruby-9.1.10.0
# - rbx-3
@ -31,12 +30,6 @@ cache: bundler
matrix:
exclude:
- rvm: 2.1.10
gemfile: gemfiles/active_record_51.gemfile
- rvm: 2.1.10
gemfile: gemfiles/active_record_50.gemfile
- rvm: 2.1.10
gemfile: gemfiles/active_record_edge.gemfile
- rvm: 2.4.1
gemfile: gemfiles/active_record_41.gemfile
- rvm: 2.4.1
@ -44,6 +37,9 @@ matrix:
- rvm: ruby-head
gemfile: gemfiles/active_record_41.gemfile
include:
- rvm: 2.1.10
gemfile: gemfiles/active_record_42.gemfile
env: DB=sqlite3
- rvm: 2.0.0
gemfile: gemfiles/active_record_42.gemfile
env: DB=sqlite3