mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Move 1.8s to allow failures (pour one out for our retired comrad)
This commit is contained in:
parent
ef4652c99e
commit
03c5853bed
1 changed files with 6 additions and 3 deletions
|
@ -3,10 +3,13 @@ script: "TESTOPTS=-v rake test"
|
|||
jdk:
|
||||
- oraclejdk7
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
||||
- jruby-18mode
|
||||
- jruby-19mode
|
||||
matrix:
|
||||
allow_failures:
|
||||
- 1.8.7
|
||||
- rbx-18mode
|
||||
- jruby-18mode
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue