1
0
Fork 0
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:
Akira Matsuda 2017-05-31 05:52:37 +09:00
parent 9c013b0583
commit c3c853a944

View file

@ -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