mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Removing old versions we don't support anymore. Onward!
This commit is contained in:
parent
8c2ddd6662
commit
b4a2fded22
1 changed files with 0 additions and 6 deletions
|
@ -3,23 +3,17 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
script: "TESTOPTS=-v bundle exec rake test"
|
script: "TESTOPTS=-v bundle exec rake test"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
|
||||||
- 1.9.3
|
|
||||||
- 2.0.0
|
|
||||||
- 2.1.8
|
- 2.1.8
|
||||||
- 2.2.4
|
- 2.2.4
|
||||||
- 2.3.0
|
- 2.3.0
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- jruby-19mode
|
|
||||||
- jruby-9.0.5.0
|
- jruby-9.0.5.0
|
||||||
- jruby-head
|
- jruby-head
|
||||||
- rbx-2
|
- rbx-2
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-19mode
|
|
||||||
- rvm: jruby-head
|
- rvm: jruby-head
|
||||||
- rvm: jruby-9.0.4.0
|
- rvm: jruby-9.0.4.0
|
||||||
- rvm: rbx-2
|
- rvm: rbx-2
|
||||||
- rvm: 1.8.7
|
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
|
|
Loading…
Reference in a new issue