Skip to content

Commit

Permalink
Document the Travis deployment (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
eocantu committed Oct 30, 2019
1 parent 2df7817 commit 701c308
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ cache:
before_install:
- bash ./.travis/setup-deploy.sh

# The deployment step will perform a maven deploy on commits or tags on the master branch to publish artifacts.
# Builds NOT triggered by a git tag will publish the SNAPSHOT artifacts.
# Builds triggered by a git tag will publish the artifacts with the given tag version.
deploy:
- provider: script
# skip_cleanup is to keep the artifacts from the build phase
Expand Down

0 comments on commit 701c308

Please sign in to comment.