summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index d89ce00148..f4b24f32a0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -927,7 +927,9 @@ jobs:
- run:
name: Get iOS code coverage
command: |
+ if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]]; then
platform/ios/scripts/ios-code-coverage.sh CI
+ fi
- run:
name: Lint plist files
command: make ios-lint