mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Remove Rubinius 1.x from .travis.yml and update JRuby to 9.0.5.0
Rubinius 1.x is unavailable through rvm anymore.
This commit is contained in:
parent
d9f0f8ec33
commit
0d56a3119e
1 changed files with 1 additions and 3 deletions
|
@ -11,16 +11,14 @@ rvm:
|
|||
- 2.3.0
|
||||
- ruby-head
|
||||
- jruby-19mode
|
||||
- jruby-9.0.4.0
|
||||
- jruby-9.0.5.0
|
||||
- jruby-head
|
||||
- rbx-2
|
||||
- rbx-1
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: jruby-19mode
|
||||
- rvm: jruby-head
|
||||
- rvm: rbx-2
|
||||
- rvm: rbx-1
|
||||
- rvm: 1.8.7
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in a new issue