mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Bring Ruby 1.8 CI back
This commit is contained in:
parent
1a5c0a63bd
commit
eb0a4e7ced
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
@ -3,6 +3,7 @@ services: mongodb
|
|||
script: "bundle exec rake spec"
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- jruby-19mode
|
||||
|
@ -23,6 +24,15 @@ gemfile:
|
|||
- gemfiles/sinatra_14.gemfile
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 1.8.7
|
||||
gemfile: gemfiles/active_record_40.gemfile
|
||||
- rvm: 1.8.7
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
- rvm: 1.8.7
|
||||
gemfile: gemfiles/mongoid_30.gemfile
|
||||
- rvm: 1.8.7
|
||||
gemfile: gemfiles/mongoid_31.gemfile
|
||||
allow_failures:
|
||||
- rvm: 1.9.3
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
|
|
Loading…
Reference in a new issue