Skip to content

Commit

Permalink
Fix Rubinius builds on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 20, 2013
1 parent d6d82f7 commit d418f43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,4 +3,4 @@ rvm:
- 2.0.0
- 1.9.3
- jruby-19mode
- rbx-19mode
- rbx
5 changes: 5 additions & 0 deletions Gemfile
@@ -1,3 +1,8 @@
source "http://rubygems.org"

platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubinius-developer_tools'
end

gemspec

0 comments on commit d418f43

Please sign in to comment.