Skip to content

Commit

Permalink
travis-ci: add deployment (GitHub and JetBrains plugin) support
Browse files Browse the repository at this point in the history
  • Loading branch information
uwolfer committed May 8, 2016
1 parent 03f7d45 commit 49a983c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
deploy:
provider: releases
api_key:
secure: "${GITHUB_KEY}"
skip_cleanup: true
file_glob: true
file: "build/distributions/gerrit-intellij-plugin-*.zip"
on:
tags: true
condition: "$TRAVIS_TAG =~ ^v[0-9]+.*$"
after_deploy:
- ./gradlew publishPlugin

0 comments on commit 49a983c

Please sign in to comment.