Skip to content

Commit

Permalink
travis: added bintray upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Sep 28, 2019
1 parent 5e88b3e commit 448f76b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 448f76b

Please sign in to comment.