mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
I guess I actually forgot to CI against AR 5.1 at 53611fbc6e
This commit is contained in:
parent
9c013b0583
commit
c3c853a944
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,7 @@ rvm:
|
|||
- rbx-3
|
||||
|
||||
gemfile:
|
||||
- gemfiles/active_record_51.gemfile
|
||||
- gemfiles/active_record_50.gemfile
|
||||
- gemfiles/active_record_42.gemfile
|
||||
- gemfiles/active_record_41.gemfile
|
||||
|
@ -26,6 +27,10 @@ cache: bundler
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 2.0.0
|
||||
gemfile: gemfiles/active_record_51.gemfile
|
||||
- rvm: 2.1.10
|
||||
gemfile: gemfiles/active_record_51.gemfile
|
||||
- rvm: 2.0.0
|
||||
gemfile: gemfiles/active_record_50.gemfile
|
||||
- rvm: 2.1.10
|
||||
|
|
Loading…
Reference in a new issue