mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Try rbx-2 on travis
According to https://github.com/travis-ci/travis-ci/issues/2230#issuecomment-42742477, we should use rbx-2 for now.
This commit is contained in:
parent
e416b6e0a6
commit
d3923dbbe8
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,7 @@ rvm:
|
|||
- 2.1
|
||||
- ruby-head
|
||||
- jruby
|
||||
- rbx
|
||||
- rbx-2
|
||||
|
||||
gemfile:
|
||||
- gemfiles/active_record_30.gemfile
|
||||
|
@ -43,7 +43,9 @@ matrix:
|
|||
gemfile: gemfiles/mongoid_40.gemfile
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
- rvm: rbx
|
||||
- gemfile: gemfiles/mongoid_40.gemfile
|
||||
- gemfile: gemfile/active_record_edge.gemfile
|
||||
- rvm: rbx-2
|
||||
gemfile: gemfiles/mongo_mapper.gemfile
|
||||
gemfile: gemfiles/mongoid_24.gemfile
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue