瀏覽代碼

Merge pull request #3258 from karalabe/unfuckup-travis

travis: work around "timeout features"
Péter Szilágyi 9 年之前
父節點
當前提交
bd0aafb4fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.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