Skip to content

Commit

Permalink
Merge pull request #1 from taichino/coveralls_only_in_ci_env
Browse files Browse the repository at this point in the history
run coveralls only in ci env
  • Loading branch information
taichino committed Feb 17, 2014
2 parents 9c5b697 + 21ea671 commit 0716d90
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
@@ -1,5 +1,7 @@
require 'coveralls'
Coveralls.wear!
if ENV['CI']
require 'coveralls'
Coveralls.wear!
end

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'xcodeproj_utils'
Expand Down

0 comments on commit 0716d90

Please sign in to comment.