mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Test on more rubies
This commit is contained in:
parent
c48ac06526
commit
00f23cad8e
1 changed files with 7 additions and 1 deletions
|
@ -2,8 +2,11 @@ rvm:
|
|||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- jruby-18mode
|
||||
- jruby-19mode
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
||||
|
||||
script: "bundle exec rake test"
|
||||
|
||||
|
@ -16,3 +19,6 @@ matrix:
|
|||
allow_failures:
|
||||
- rvm: jruby-18mode
|
||||
- rvm: jruby-19mode
|
||||
- rvm: 2.0.0
|
||||
- rvm: rbx-18mode
|
||||
- rvm: rbx-19mode
|
Loading…
Reference in a new issue