We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b1dc4 commit 0f191a9Copy full SHA for 0f191a9
.travis.yml
@@ -49,12 +49,10 @@ script:
49
- "./gradlew docs > /dev/null"
50
after_success:
51
- bash <(curl -s https://codecov.io/bash)
52
-before_deploy:
53
-- pip install --user travis-wait-improved
54
deploy:
55
- provider: script
56
skip_cleanup: true
57
- script: travis-wait-improved --timeout=30m ./gradlew bintrayUpload
+ script: travis_wait 30 ./gradlew bintrayUpload
58
on:
59
tags: true
60
jdk: openjdk7
0 commit comments