mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
update travis rubies - 2.3.8, 2.4.5, 2.5.3
This commit is contained in:
parent
2668597ec1
commit
2db6d4d779
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -10,9 +10,9 @@ before_install:
|
|||
|
||||
rvm:
|
||||
- 2.2.10
|
||||
- 2.3.7
|
||||
- 2.4.4
|
||||
- 2.5.1
|
||||
- 2.3.8
|
||||
- 2.4.5
|
||||
- 2.5.3
|
||||
- ruby-head
|
||||
- jruby-9.2.0.0
|
||||
|
||||
|
@ -21,9 +21,9 @@ matrix:
|
|||
include:
|
||||
- rvm: ruby-head
|
||||
env: RUBYOPT="--jit"
|
||||
- rvm: 2.3.7
|
||||
- rvm: 2.3.8
|
||||
os: osx
|
||||
- rvm: 2.5
|
||||
- rvm: 2.5.3
|
||||
os: osx
|
||||
- rvm: jruby-head
|
||||
- rvm: rbx-3
|
||||
|
|
Loading…
Reference in a new issue