We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09701b8 commit 7ea7a84Copy full SHA for 7ea7a84
.travis.yml
@@ -44,7 +44,7 @@ before_script:
44
- cp .travis/settings.xml $MAVEN_CFG/settings.xml
45
46
script:
47
- - mvn verify -B
+ - mvn verify -B -e
48
49
before_deploy:
50
- if [ ! -z "$TRAVIS_TAG" ]; then VERSION=$(tr -d "/v/" <<<$TRAVIS_TAG); mvn org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${VERSION}; fi
0 commit comments