Skip to content

Commit

Permalink
not on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
shua123 committed Aug 29, 2016
1 parent 3dcf9c5 commit 7b44553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 7b44553

Please sign in to comment.