travis: work around "timeout features"

pull/3258/head
Péter Szilágyi 8 years ago
parent 8dcea0ac07
commit 99d0d771a7
No known key found for this signature in database
GPG Key ID: 119A76381CCB7DD2
  1. 2
      .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

Loading…
Cancel
Save