Skip to content

Commit

Permalink
fixed tagged deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Sep 5, 2019
1 parent 774727d commit ffc7223
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ cache:
- $HOME/.m2
deploy:
- provider: script
script: mvn clean versions:set -DnewVersion=${TRAVIS_TAG} deploy -DskipTests -Prelease
skip_cleanup: true
script:
- mvn versions:set -DnewVersion=${TRAVIS_TAG}
- mvn clean deploy -DskipTests -Prelease
skip_cleanup: false
on:
repo: cryptomator/cryptofs
tags: true
Expand Down

0 comments on commit ffc7223

Please sign in to comment.