Skip to content

Commit

Permalink
Merge pull request #10 from treasure-data/disable-coveralls-outside-ci
Browse files Browse the repository at this point in the history
Don't require coveralls.gem outside CI
  • Loading branch information
nurse committed Sep 17, 2015
2 parents 4890c22 + e2ff108 commit 824c2af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
end
end

require 'coveralls'
Coveralls.wear!
if ENV['CI']
require 'coveralls'
Coveralls.wear!
end

require 'fileutils'

Expand Down

0 comments on commit 824c2af

Please sign in to comment.