Skip to content

Commit befbbc4

Browse files
committed
Deploy to Bintray
1 parent e276af1 commit befbbc4

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.travis.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@ notifications:
2020
email: false
2121

2222
deploy:
23-
provider: releases
24-
api_key: $GH_DEPLOY_TOKEN
25-
file: target/herman-bamboo-plugin-$BUILD_VERSION.jar
26-
skip_cleanup: true
27-
on:
28-
repo: libertymutual/herman
29-
tags: true
23+
- provider: releases
24+
api_key: $GH_DEPLOY_TOKEN
25+
file: target/herman-bamboo-plugin-$BUILD_VERSION.jar
26+
skip_cleanup: true
27+
on:
28+
repo: libertymutual/herman
29+
tags: true
30+
- provider: bintray
31+
file: target/herman-bamboo-plugin-$BUILD_VERSION.jar
32+
user: $BINTRAY_DEPLOY_USER
33+
key: $BINTRAY_DEPLOY_KEY
34+
skip_cleanup: true
35+
on:
36+
repo: libertymutual/herman
37+
tags: true

0 commit comments

Comments
 (0)