don't run rdiscount tests on 1.9.2

This commit is contained in:
Konstantin Haase 2013-02-25 13:34:33 +11:00
parent 6dc49e3c7b
commit 4718bc9e09
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ end
if RUBY_ENGINE != 'jruby' or not ENV['TRAVIS']
# C extensions
gem 'rdiscount'
gem 'rdiscount' if RUBY_VERSION != '1.9.2'
platforms(:ruby_18) do
gem 'redcarpet'
gem 'mongrel'