mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Testing against ruby 2.0
This commit is contained in:
parent
444c3c7dd7
commit
b770c78140
1 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,14 @@ language: ruby
|
|||
script: "TESTOPTS=-v rake test:all"
|
||||
jdk:
|
||||
- oraclejdk7
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
||||
- jruby-18mode
|
||||
- jruby-19mode
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 2.0.0
|
||||
|
|
Loading…
Reference in a new issue