Skip to content

Commit a314c5d

Browse files
authored
Add auto-deploy on tagged releases (#656)
* Add auto-deploy on tagged releases * Update .travis.yml
1 parent eb6a0cd commit a314c5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ cache:
3232
directories:
3333
- $HOME/.gradle
3434
- $HOME/.m2/repository
35+
36+
deploy:
37+
provider: script
38+
script: ./gradlew bintrayUpload
39+
skip_cleanup: true
40+
on:
41+
branch: master
42+
tags: true

0 commit comments

Comments
 (0)