diff --git a/Rakefile b/Rakefile index f92a964dd..b049ba3fd 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require File.expand_path('../config/application', __FILE__) Logan::Application.load_tasks -if Rails.env != 'production' +if Rails.env != 'production' and Rails.env != 'staging' require 'coveralls/rake/task' Coveralls::RakeTask.new task test_with_coveralls: [:spec, :features, 'coveralls:push']