Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Do not load Coveralls locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jul 28, 2013
1 parent 1080a6a commit 7c52818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/coverage_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require "simplecov"
require "coveralls"

Coveralls.wear!
Coveralls.wear! if ENV["CI"] || ENV["JENKINS_URL"]

SimpleCov.start do
root = Pathname.new(File.dirname(__FILE__)) + ".."
Expand All @@ -17,4 +17,4 @@
path = Pathname.new(src_file.filename).relative_path_from(root).to_s
path !~ /^(bin|lib)/
end
end
end

0 comments on commit 7c52818

Please sign in to comment.