We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9cf039 + 8be85e5 commit d077886Copy full SHA for d077886
.travis.yml
@@ -178,7 +178,6 @@ jobs:
178
script:
179
- bundle exec fastlane ios ci-run | tee ./logs/build
180
- python2 ./scripts/analyze-gym.py -s 20 < ./logs/build | tee ./logs/analysis || true
181
- - bundle exec fastlane ios refresh_dsyms
182
183
cache:
184
bundler: true
fastlane/platforms/ios.rb
@@ -104,5 +104,8 @@
104
105
# and run
106
auto_beta
107
+
108
+ # go ahead and download dSYMs for bugsnag too
109
+ refresh_dsyms if travis?
110
end
111
0 commit comments