aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-11-15 07:17:12 +0800
committerGitHub <noreply@github.com>2016-11-15 07:17:12 +0800
commitbd0aafb4fd76b04d539d9a2891984f0c848ba09c (patch)
tree0f297f16859121a5e7b306178b53e0906113dfad
parenta672eae3d12359d79e39733ff80a2acf5728cf9b (diff)
parent99d0d771a787cfccc9accae3662493abbdcdff02 (diff)
downloadgo-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.tar
go-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.tar.gz
go-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.tar.bz2
go-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.tar.lz
go-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.tar.xz
go-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.tar.zst
go-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.zip
Merge pull request #3258 from karalabe/unfuckup-travis
travis: work around "timeout features"
-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