Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge 1c3d0d8 into 080734b
Browse files Browse the repository at this point in the history
  • Loading branch information
donnie-jp committed Sep 4, 2019
2 parents 080734b + 1c3d0d8 commit 1e6b349
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ platform :ios do
include_targets: 'RRemoteConfig.framework',
include_test_targets: false,
skip_slack: true,
disable_coveralls: false,
disable_coveralls: !ENV.has_key?('CI'),
coveralls_service_name: "travis-ci",
coveralls_service_job_id: ENV['TRAVIS_JOB_ID'] || "none",
minimum_coverage_percentage: 70.0
)
end
Expand Down

0 comments on commit 1e6b349

Please sign in to comment.