mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
don't run thin tests on jruby
This commit is contained in:
parent
0e1a97a861
commit
09d3918687
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -49,6 +49,7 @@ if RUBY_ENGINE == 'jruby'
|
|||
else
|
||||
gem 'yajl-ruby'
|
||||
gem 'nokogiri'
|
||||
gem 'thin'
|
||||
end
|
||||
|
||||
if RUBY_ENGINE == "ruby"
|
||||
|
@ -65,7 +66,6 @@ if RUBY_ENGINE != 'jruby' or not ENV['TRAVIS']
|
|||
gem 'mongrel'
|
||||
end
|
||||
gem 'RedCloth' unless RUBY_ENGINE == "macruby"
|
||||
gem 'thin'
|
||||
|
||||
## bluecloth is broken
|
||||
#gem 'bluecloth'
|
||||
|
|
Loading…
Reference in a new issue