Skip to content

Commit

Permalink
Revert "dont run c exts on jruby on travis"
Browse files Browse the repository at this point in the history
This reverts commit d24946a.
  • Loading branch information
rkh committed Aug 1, 2011
1 parent 0b8ac52 commit 43c0625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ elsif RUBY_ENGINE != 'maglev'
gem 'nokogiri'
end

unless RUBY_ENGINE == 'jruby' && (ENV['TRAVIS'] || JRUBY_VERSION < "1.6.1")
unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1"
# C extensions
gem 'rdiscount'
gem 'redcarpet'
Expand Down

0 comments on commit 43c0625

Please sign in to comment.