aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-11-15 02:10:22 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-11-15 02:10:22 +0800
commit99d0d771a787cfccc9accae3662493abbdcdff02 (patch)
treeb631603b33b858b7bd5855ea9e3922eb55eb5447 /.travis.yml
parent8dcea0ac0785c92df84d55b8322281e12189d8fb (diff)
downloadgo-tangerine-99d0d771a787cfccc9accae3662493abbdcdff02.tar
go-tangerine-99d0d771a787cfccc9accae3662493abbdcdff02.tar.gz
go-tangerine-99d0d771a787cfccc9accae3662493abbdcdff02.tar.bz2
go-tangerine-99d0d771a787cfccc9accae3662493abbdcdff02.tar.lz
go-tangerine-99d0d771a787cfccc9accae3662493abbdcdff02.tar.xz
go-tangerine-99d0d771a787cfccc9accae3662493abbdcdff02.tar.zst
go-tangerine-99d0d771a787cfccc9accae3662493abbdcdff02.zip
travis: work around "timeout features"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c93b57907..44f3d5507 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ matrix:
# Build the iOS framework and upload it to CocoaPods and Azure
- gem install cocoapods --pre
- - go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
+ - travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
# Build the Android archive and upload it to Maven Central and Azure
- brew update