Skip to content

Commit

Permalink
Don't require coveralls.gem outside CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Sep 17, 2015
1 parent 4890c22 commit e2ff108
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 e2ff108

Please sign in to comment.