1
0
Fork 0
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:
Konstantin Haase 2012-01-18 12:51:01 +01:00
parent 484a67d620
commit b75e696ec8

View file

@ -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' }