Skip to content

Commit

Permalink
Only run Coveralls on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jun 29, 2013
1 parent 5ff9827 commit 78d9286
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions features/support/coveralls.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "coveralls"
if ENV["CI"]
require "coveralls"

Coveralls.wear_merged!
Coveralls.wear_merged!
end
6 changes: 4 additions & 2 deletions spec/support/coveralls.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "coveralls"
if ENV["CI"]
require "coveralls"

Coveralls.wear_merged!
Coveralls.wear_merged!
end

0 comments on commit 78d9286

Please sign in to comment.