Skip to content

Commit b6e1cae

Browse files
committed
ci: Increase timeout for deployment and upload
1 parent b91bf78 commit b6e1cae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ script:
4949
- "./gradlew docs > /dev/null"
5050
after_success:
5151
- bash <(curl -s https://codecov.io/bash)
52+
before_deploy:
53+
- pip install travis-wait-improved
5254
deploy:
5355
- provider: script
5456
skip_cleanup: true
55-
script: "./gradlew bintrayUpload"
57+
script: travis-wait-improved --timeout=30m ./gradlew bintrayUpload
5658
on:
5759
tags: true
5860
jdk: openjdk7

0 commit comments

Comments
 (0)