Skip to content

Commit

Permalink
Fix CocoaPods pod trunk push
Browse files Browse the repository at this point in the history
- Allow warnings in `pod trunk push` as workaround for CocoaPods trunk
issue:

  + CocoaPods/CocoaPods#8635
  • Loading branch information
p4checo committed Apr 26, 2019
1 parent ad54cc3 commit 4519320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
script: skip
deploy:
- provider: script
script: pod trunk push
script: pod trunk push --allow-warnings
skip_cleanup: true
on:
repo: Mindera/Alicerce
Expand Down

0 comments on commit 4519320

Please sign in to comment.