add noop coveralls:push task for ruby 1.8.7 tests
1 parent 30455c4 commit 84f8370a93bef81fd88a0b073938e67eeeb10885
@Andreas Jaggi Andreas Jaggi authored on 1 May 2014
Showing 1 changed file
View
4
Rakefile
 
if RUBY_VERSION.to_f >= 1.9
require 'coveralls/rake/task'
Coveralls::RakeTask.new
else
namespace :coveralls do
task :push do; end
end
end