We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8561ef commit 572a535Copy full SHA for 572a535
.travis.yml
@@ -42,4 +42,5 @@ script:
42
deploy:
43
# dry_run: true
44
provider: script
45
- script: sh gradlew --no-daemon bintrayUpload --info
+ skip_cleanup: true
46
+ script: cd deploy && sh gradlew --no-daemon bintrayUpload --info
0 commit comments