Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bosob committed Oct 5, 2020
1 parent 5cec876 commit c98cfa2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ cache:
- $HOME/.m2


before_deploy: mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=$TRAVIS_TAG clean package -DskipTests=true -Dmaven.javadoc.skip=true -Dchecks.skip=true -B -V
before_deploy:
- mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=$TRAVIS_TAG -B -V
- mvn org.codehaus.mojo:versions-maven-plugin:2.5:commit -B -V
- mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -Dchecks.skip=true -B -V
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit c98cfa2

Please sign in to comment.