Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- rbx

before_install:
- git submodule update --init
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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.