We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e276af1 commit befbbc4Copy full SHA for befbbc4
.travis.yml
@@ -20,10 +20,18 @@ notifications:
20
email: false
21
22
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
+ - provider: releases
+ api_key: $GH_DEPLOY_TOKEN
+ file: target/herman-bamboo-plugin-$BUILD_VERSION.jar
+ skip_cleanup: true
+ on:
+ repo: libertymutual/herman
+ tags: true
30
+ - provider: bintray
31
32
+ user: $BINTRAY_DEPLOY_USER
33
+ key: $BINTRAY_DEPLOY_KEY
34
35
36
37
0 commit comments