mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 12:06:40 +00:00
travis: work around "timeout features"
This commit is contained in:
parent
8dcea0ac07
commit
99d0d771a7
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ matrix:
|
||||||
|
|
||||||
# Build the iOS framework and upload it to CocoaPods and Azure
|
# Build the iOS framework and upload it to CocoaPods and Azure
|
||||||
- gem install cocoapods --pre
|
- 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
|
# Build the Android archive and upload it to Maven Central and Azure
|
||||||
- brew update
|
- brew update
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue