Skip to content

Commit

Permalink
Deploy to Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbatch committed Jul 16, 2018
1 parent e276af1 commit befbbc4
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ notifications:
email: false

deploy:
provider: releases
api_key: $GH_DEPLOY_TOKEN
file: target/herman-bamboo-plugin-$BUILD_VERSION.jar
skip_cleanup: true
on:
repo: libertymutual/herman
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
- provider: bintray
file: target/herman-bamboo-plugin-$BUILD_VERSION.jar
user: $BINTRAY_DEPLOY_USER
key: $BINTRAY_DEPLOY_KEY
skip_cleanup: true
on:
repo: libertymutual/herman
tags: true

0 comments on commit befbbc4

Please sign in to comment.