Skip to content

Commit

Permalink
Don't start SimpleCov during CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 12, 2012
1 parent 29b2fa9 commit 646e905
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# encoding: utf-8
require 'simplecov'
SimpleCov.start
unless ENV['CI']
require 'simplecov'
SimpleCov.start
end

require 'twitter'
require 'rspec'
Expand Down

0 comments on commit 646e905

Please sign in to comment.