mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
continue trying to fixup rubinius build for travis
This commit is contained in:
parent
40f07c787f
commit
38925ccca1
2 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,6 @@ rvm:
|
|||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 1.8.7
|
||||
- rbx-2.1.1
|
||||
- rbx-2.2.1
|
||||
notifications:
|
||||
recipients:
|
||||
|
|
7
Gemfile
7
Gemfile
|
@ -2,9 +2,12 @@ source 'http://rubygems.org'
|
|||
|
||||
gemspec
|
||||
|
||||
if Object.const_defined?(:RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
|
||||
gem "rubysl", "~> 2.0"
|
||||
else
|
||||
gem "gem-compiler"
|
||||
end
|
||||
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git'
|
||||
gem "rake"
|
||||
gem "rspec", "~> 2.0"
|
||||
gem "rake-compiler"
|
||||
gem 'gem-compiler' unless Object.const_defined?(:RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
|
||||
gem "rubysl", "~> 2.0" if RUBY_ENGINE == 'rbx'
|
||||
|
|
Loading…
Add table
Reference in a new issue