diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 15:49:00 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 15:49:00 +0800 |
commit | dfd2c605091fb14673482a820bcda412590c764e (patch) | |
tree | ef1634b0972b2672d90e6d126d585d2026b10993 /.travis.yml | |
parent | bd0aafb4fd76b04d539d9a2891984f0c848ba09c (diff) | |
download | go-tangerine-dfd2c605091fb14673482a820bcda412590c764e.tar.gz go-tangerine-dfd2c605091fb14673482a820bcda412590c764e.tar.zst go-tangerine-dfd2c605091fb14673482a820bcda412590c764e.zip |
travis, build: fix mobile build issues on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 44f3d5507..e2d811411 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |