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:
parent
dd3a23197b
commit
be56a63278
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue