diff --git a/.travis.yml b/.travis.yml index 03b75140..57910ca7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ rvm: - rbx-19mode script: "bundle exec rake test" - + branches: only: - master diff --git a/gem_rake_helper.rb b/gem_rake_helper.rb index 5cb71c65..2ff1b22c 100644 --- a/gem_rake_helper.rb +++ b/gem_rake_helper.rb @@ -17,7 +17,10 @@ class Bundler::GemHelper end Cucumber::Rake::Task.new(:test, 'Run features that should pass') do |t| - t.cucumber_opts = "--color --tags ~@wip --strict --format #{ENV['CUCUMBER_FORMAT'] || 'Fivemat'}" + exempt_tags = "" + exempt_tags << "--tags ~@nojava" if RUBY_PLATFORM == "java" + + t.cucumber_opts = "--color --tags ~@wip #{exempt_tags} --strict --format #{ENV['CUCUMBER_FORMAT'] || 'Fivemat'}" end YARD::Rake::YardocTask.new diff --git a/middleman-more/features/markdown.feature b/middleman-more/features/markdown.feature index 9987435b..e270f23b 100644 --- a/middleman-more/features/markdown.feature +++ b/middleman-more/features/markdown.feature @@ -15,38 +15,4 @@ Feature: Markdown support When I go to "/tables.html" Then I should see "