mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add ruby-head, fix allow_failures syntax, try to get rbx working
This commit is contained in:
parent
9d53b8df21
commit
2532928ed9
2 changed files with 9 additions and 2 deletions
|
@ -6,10 +6,12 @@ rvm:
|
|||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
- ruby-head
|
||||
- rbx
|
||||
- jruby-19mode
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- jruby-19mode
|
||||
- rbx
|
||||
- rvm: jruby-19mode
|
||||
- rvm: rbx
|
||||
|
||||
|
|
5
Gemfile
5
Gemfile
|
@ -10,3 +10,8 @@ gem "rack"
|
|||
gem 'minitest', '~> 4.0'
|
||||
|
||||
gem "jruby-openssl", :platform => "jruby"
|
||||
|
||||
platforms :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue