Skip to content

Commit

Permalink
remove -U
Browse files Browse the repository at this point in the history
  • Loading branch information
astroDEX2020 committed Dec 17, 2017
1 parent 1ff2814 commit a793a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:

## Build SNAPSHOTS and release to maven central
script:
mvn deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -B -U -Prelease
mvn deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -B -Prelease

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand All @@ -25,7 +25,7 @@ deploy:
tags: true
branch: kicksolutions/swagger2puml

after_deploy: mvn clean deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -DnewVersion=$TRAVIS_TAG -B -U -Prelease
after_deploy: mvn clean deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -DnewVersion=$TRAVIS_TAG -B -Prelease

notifications:
email:
Expand Down

0 comments on commit a793a24

Please sign in to comment.