Skip to content

Commit ffc7223

Browse files
fixed tagged deployments
1 parent 774727d commit ffc7223

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ cache:
2626
- $HOME/.m2
2727
deploy:
2828
- provider: script
29-
script: mvn clean versions:set -DnewVersion=${TRAVIS_TAG} deploy -DskipTests -Prelease
30-
skip_cleanup: true
29+
script:
30+
- mvn versions:set -DnewVersion=${TRAVIS_TAG}
31+
- mvn clean deploy -DskipTests -Prelease
32+
skip_cleanup: false
3133
on:
3234
repo: cryptomator/cryptofs
3335
tags: true

0 commit comments

Comments
 (0)