Skip to content

Commit 7e9180f

Browse files
committed
Tweak Travis configuration as Surefire is now silent in quite mode
Surefire 2.20 is completely silent when running in quiet mode which causes Travis to incorrectly detect that the build has hung. This commit removes the use of quiet mode in the hope that it will strike a reasonable balance between enough log output to prevent a false positive for the build being hung while also not generating so much output that Travis cannot cope.
1 parent d7b8dba commit 7e9180f

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
@@ -11,4 +11,4 @@ cache:
1111
- $HOME/.m2
1212
install: true
1313
before_script: travis_wait 45 ./mvnw install -q -U -DskipTests=true -Pfast -Dmaven.test.redirectTestOutputToFile=true
14-
script: ./mvnw install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
14+
script: ./mvnw install -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'

0 commit comments

Comments
 (0)