Skip to content

Commit

Permalink
travis, build: fix mobile build issues on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Nov 15, 2016
1 parent bd0aafb commit dfd2c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ matrix:
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds

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

Expand Down
2 changes: 1 addition & 1 deletion build/mvn.settings
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.executable>gpg2</gpg.executable>
<gpg.passphrase></gpg.passphrase>
</properties>
</profile>
Expand Down

0 comments on commit dfd2c60

Please sign in to comment.