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 bd0aafb + dfd2c60 commit 0dc590aCopy full SHA for 0dc590a
.travis.yml
@@ -68,6 +68,7 @@ matrix:
68
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds
69
70
# Build the iOS framework and upload it to CocoaPods and Azure
71
+ - gem uninstall cocoapods -a
72
- gem install cocoapods --pre
73
- travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
74
build/mvn.settings
@@ -16,7 +16,7 @@
16
<activeByDefault>true</activeByDefault>
17
</activation>
18
<properties>
19
- <gpg.executable>gpg</gpg.executable>
+ <gpg.executable>gpg2</gpg.executable>
20
<gpg.passphrase></gpg.passphrase>
21
</properties>
22
</profile>
0 commit comments