mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
no C exts on JRuby on travis
This commit is contained in:
parent
484a67d620
commit
b75e696ec8
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -57,7 +57,7 @@ else
|
|||
gem 'less', '~> 1.0'
|
||||
end
|
||||
|
||||
unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1" && !ENV['TRAVIS']
|
||||
if RUBY_ENGINE != 'jruby' or not ENV['TRAVIS']
|
||||
# C extensions
|
||||
gem 'rdiscount'
|
||||
platforms(:ruby_18) { gem 'redcarpet' }
|
||||
|
|
Loading…
Add table
Reference in a new issue