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

JRuby 1.7.x is an implementation of ruby 1.9 that we no longer support

This commit is contained in:
Akira Matsuda 2016-10-12 15:16:11 +09:00
parent e3b261b302
commit d25ae0a524

View file

@ -6,7 +6,6 @@ rvm:
- 2.2.5
- 2.3.1
- ruby-head
- jruby-1.7.26
- jruby-9.1.5.0
- rbx
@ -36,17 +35,12 @@ matrix:
gemfile: gemfiles/active_record_edge.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_41.gemfile
- rvm: jruby-1.7.26
gemfile: gemfiles/active_record_50.gemfile
- rvm: rbx
gemfile: gemfiles/active_record_50.gemfile
- rvm: jruby-1.7.26
gemfile: gemfiles/active_record_edge.gemfile
- rvm: rbx
gemfile: gemfiles/active_record_edge.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-1.7.26
- rvm: jruby-9.1.5.0
- rvm: rbx
fast_finish: true