1
0
Fork 0
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:
Laurent Arnoud 2016-09-07 21:30:27 +02:00
parent 607fad405b
commit 058bc31c51
No known key found for this signature in database
GPG key ID: A79DAB2374F95DD5
2 changed files with 16 additions and 1 deletions

View file

@ -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
View 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"