mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Test against the latest Ruby 2.1, 2.2, 2.3, head and JRuby 9.0.4.0 on Travis
This commit is contained in:
parent
81c2ccb6d4
commit
6742b12442
1 changed files with 6 additions and 2 deletions
|
@ -6,9 +6,12 @@ rvm:
|
|||
- 1.8.7
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.1.8
|
||||
- 2.2.4
|
||||
- 2.3.0
|
||||
- ruby-head
|
||||
- jruby-19mode
|
||||
- jruby-9.0.4.0
|
||||
- jruby-head
|
||||
- rbx-2
|
||||
- rbx-1
|
||||
|
@ -20,3 +23,4 @@ matrix:
|
|||
- rvm: rbx-2
|
||||
- rvm: rbx-1
|
||||
- rvm: 1.8.7
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in a new issue