Skip to content

Commit bd0aafb

Browse files
authored
Merge pull request #3258 from karalabe/unfuckup-travis
travis: work around "timeout features"
2 parents a672eae + 99d0d77 commit bd0aafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ matrix:
6969

7070
# Build the iOS framework and upload it to CocoaPods and Azure
7171
- gem install cocoapods --pre
72-
- go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
72+
- travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
7373

7474
# Build the Android archive and upload it to Maven Central and Azure
7575
- brew update

0 commit comments

Comments
 (0)