1
0
Fork 0
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:
Evan Phoenix 2014-01-25 13:31:26 -08:00
parent 9d53b8df21
commit 2532928ed9
2 changed files with 9 additions and 2 deletions

View file

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

View file

@ -10,3 +10,8 @@ gem "rack"
gem 'minitest', '~> 4.0'
gem "jruby-openssl", :platform => "jruby"
platforms :rbx do
gem 'rubysl', '~> 2.0'
end