mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Start running tests against JRuby 9k on Travis
This commit is contained in:
parent
f15c87691c
commit
91b7c65594
1 changed files with 3 additions and 1 deletions
|
@ -8,10 +8,12 @@ rvm:
|
|||
- 2.1.0
|
||||
- 2.1.1
|
||||
- 2.2
|
||||
- rbx-2
|
||||
- jruby-19mode
|
||||
- jruby-head
|
||||
- rbx-2
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: jruby-19mode
|
||||
- rvm: jruby-head
|
||||
- rvm: rbx-2
|
||||
|
|
Loading…
Reference in a new issue