From 99d0d771a787cfccc9accae3662493abbdcdff02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 14 Nov 2016 20:10:22 +0200 Subject: [PATCH] travis: work around "timeout features" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c93b57907f..44f3d5507f 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