Merge pull request #3258 from karalabe/unfuckup-travis

travis: work around "timeout features"
This commit is contained in:
Péter Szilágyi 2016-11-15 01:17:12 +02:00 committed by GitHub
commit bd0aafb4fd
1 changed files with 1 additions and 1 deletions

View File

@ -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