Skip to content

Commit d077886

Browse files
authored
Merge pull request #2128 from StoDevX/fix-refreshdsyms
move refresh_dsyms call into the main fastlane invocation
2 parents c9cf039 + 8be85e5 commit d077886

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ jobs:
178178
script:
179179
- bundle exec fastlane ios ci-run | tee ./logs/build
180180
- python2 ./scripts/analyze-gym.py -s 20 < ./logs/build | tee ./logs/analysis || true
181-
- bundle exec fastlane ios refresh_dsyms
182181

183182
cache:
184183
bundler: true

fastlane/platforms/ios.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,8 @@
104104

105105
# and run
106106
auto_beta
107+
108+
# go ahead and download dSYMs for bugsnag too
109+
refresh_dsyms if travis?
107110
end
108111
end

0 commit comments

Comments
 (0)