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

Do not run specs against AR 3.2 and older and Ruby head

I don't think they'll be supported.
This commit is contained in:
Yuki Nishijima 2014-05-20 17:21:08 -07:00
parent dd3a23197b
commit be56a63278

View file

@ -41,6 +41,12 @@ matrix:
gemfile: gemfiles/mongoid_31.gemfile
- rvm: 1.8.7
gemfile: gemfiles/mongoid_40.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_30.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_31.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_32.gemfile
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/mongoid_40.gemfile