Skip to content

Commit

Permalink
Deploy on tag
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jan 28, 2019
1 parent f817a03 commit 1f3e896
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ env:
script:
- "./mvnw clean verify"
deploy:
provider: script
script: ./deploy.sh
- provider: script
script: ./deploy.sh
on:
branch: master
- deploy:
provider: script
script: ./deploy.sh
on:
tags: true
notifications:
email: true

0 comments on commit 1f3e896

Please sign in to comment.