Skip to content

Commit

Permalink
Add rubinius to travis rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 18, 2013
1 parent 3e55511 commit 66865e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- rbx

before_install:
- git submodule update --init
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -5,7 +5,9 @@ gemspec
# https://github.com/tenderlove/racc/issues/32
# is solved.
gem 'racc', '< 1.4.10' if RUBY_VERSION.to_f < 1.9
gem 'rubysl', :platform => :rbx # Rubinius ERB

group :repl do
gem "therubyracer", :require => 'v8'
gem 'therubyracer', :require => 'v8', :platform => :mri
gem 'therubyrhino', :platform => :jruby
end

0 comments on commit 66865e6

Please sign in to comment.