Skip to content

Commit 7ea7a84

Browse files
committed
Full error stack from maven
1 parent 09701b8 commit 7ea7a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_script:
4444
- cp .travis/settings.xml $MAVEN_CFG/settings.xml
4545

4646
script:
47-
- mvn verify -B
47+
- mvn verify -B -e
4848

4949
before_deploy:
5050
- 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

Comments
 (0)