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.
1 parent dfc041a commit 6a69d80Copy full SHA for 6a69d80
.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
110
end
111
0 commit comments