Skip to content

Commit

Permalink
Make Rubinius builds on Travis work again
Browse files Browse the repository at this point in the history
  * Rename rbx-* => rbx
  * Add rbx specific gems
  • Loading branch information
Tobias Matthies committed Feb 4, 2014
1 parent 790f9f1 commit 2c9daa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ rvm:
- 2.1.0
- ruby-head
- ree
- rbx-18mode
- rbx-19mode
- rbx
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ group :test do
gem 'test-unit'
gem 'shoulda', '~> 2.11.3'
end

platforms :rbx do
gem 'racc'
gem 'rubysl', '~> 2.0'
gem 'psych'
end

0 comments on commit 2c9daa7

Please sign in to comment.