travis: added bintray upload

This commit is contained in:
Karl Tauber
2019-09-28 11:55:16 +02:00
parent 5e88b3e5e9
commit 448f76b954

View File

@@ -17,3 +17,12 @@ cache:
before_install:
- ./gradlew --version
- java -version
deploy:
provider: script
script: ./gradlew bintrayUpload
skip_cleanup: true # to upload artifacts created during the build
on:
branch: master
jdk: openjdk8
tags: true