mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix Ruby 2.1 CI build
This commit is contained in:
parent
607fad405b
commit
058bc31c51
2 changed files with 16 additions and 1 deletions
|
@ -3,7 +3,6 @@ language: ruby
|
|||
cache: bundler
|
||||
script: "TESTOPTS=-v bundle exec rake test"
|
||||
rvm:
|
||||
- 2.1.9
|
||||
- 2.2.5
|
||||
- 2.3.1
|
||||
- ruby-head
|
||||
|
@ -11,6 +10,9 @@ rvm:
|
|||
- jruby-head
|
||||
- rbx
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.1
|
||||
gemfile: gemfiles/2.1-Gemfile
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: jruby-head
|
||||
|
|
13
gemfiles/2.1-Gemfile
Normal file
13
gemfiles/2.1-Gemfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "hoe"
|
||||
gem "hoe-git"
|
||||
gem "hoe-ignore"
|
||||
gem "rdoc"
|
||||
gem "rake-compiler"
|
||||
gem "test-unit", "~> 3.0"
|
||||
|
||||
gem "rack", "~> 1.6"
|
||||
gem 'minitest', '~> 5.8'
|
||||
|
||||
gem "jruby-openssl", :platform => "jruby"
|
Loading…
Reference in a new issue