Skip to content

Commit

Permalink
Travis rake test loader
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Sep 27, 2015
1 parent 39d9488 commit 940959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-nokogiris
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ versions.each do |version|
%(gem.add_dependency "nokogiri", ">= 1.4"),
%(gem.add_dependency "nokogiri", "#{version}")
))
`rm Gemfile.lock && bundle && ruby -I"lib:test" "/Users/Juan/.rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/rake_test_loader.rb" "test/html/pipeline/mention_filter_test.rb" "test/html/pipeline/emoji_filter_test.rb"`
`rm Gemfile.lock && bundle && ruby -I"lib:test" "/home/travis/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_test_loader.rb" "test/html/pipeline/mention_filter_test.rb" "test/html/pipeline/emoji_filter_test.rb"`

raise "failed at #{version}" unless $?.success?
ensure
Expand Down

0 comments on commit 940959a

Please sign in to comment.