Skip to content

Commit

Permalink
skip cover_me reporting in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Aug 12, 2013
1 parent cb1d696 commit 217139b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ if RUBY_VERSION >= '1.9'
end
end
task :spec do
Rake::Task['cover_me:report'].invoke
Rake::Task['cover_me:report'].invoke unless ENV['TRAVIS_RUBY_VERSION']
end
else
RSpec::Core::RakeTask.new(:rcov) do |spec|
Expand Down

0 comments on commit 217139b

Please sign in to comment.