diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 07:17:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 07:17:12 +0800 |
commit | bd0aafb4fd76b04d539d9a2891984f0c848ba09c (patch) | |
tree | 0f297f16859121a5e7b306178b53e0906113dfad | |
parent | a672eae3d12359d79e39733ff80a2acf5728cf9b (diff) | |
parent | 99d0d771a787cfccc9accae3662493abbdcdff02 (diff) | |
download | go-tangerine-bd0aafb4fd76b04d539d9a2891984f0c848ba09c.tar.gz 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.yml | 2 |
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 |