Commit d9623382 by Mark Wunsch

Continuing to fiddle with Travis CI and Rubinius

parent 35187536
...@@ -4,3 +4,6 @@ rvm: ...@@ -4,3 +4,6 @@ rvm:
- 2.0.0 - 2.0.0
- 2.1.0 - 2.1.0
- rbx - rbx
matrix:
allow_failures:
-rvm: rbx
...@@ -4,3 +4,8 @@ source 'https://rubygems.org' ...@@ -4,3 +4,8 @@ source 'https://rubygems.org'
gemspec gemspec
gem 'rake' gem 'rake'
platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'minitest'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment