Skip to content

Commit dfd2c60

Browse files
committed
travis, build: fix mobile build issues on travis
1 parent bd0aafb commit dfd2c60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ matrix:
6868
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds
6969

7070
# Build the iOS framework and upload it to CocoaPods and Azure
71+
- gem uninstall cocoapods -a
7172
- gem install cocoapods --pre
7273
- travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
7374

build/mvn.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<activeByDefault>true</activeByDefault>
1717
</activation>
1818
<properties>
19-
<gpg.executable>gpg</gpg.executable>
19+
<gpg.executable>gpg2</gpg.executable>
2020
<gpg.passphrase></gpg.passphrase>
2121
</properties>
2222
</profile>

0 commit comments

Comments
 (0)