Skip to content

Commit

Permalink
Backport of #2773 -- [bugfix] Don't quieten Maven output, can lead to…
Browse files Browse the repository at this point in the history
… Travis timeouts if a particuarly slow build produces no long output for 10 minutes or more
  • Loading branch information
adamretter committed Jun 1, 2019
1 parent cc14848 commit b7fbf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cache:
directories:
- $HOME/.m2

install: mvn -T 2C -DskipTests=true -Dmaven.javadoc.skip=true -Ddocker=$BUILD_DOCKER install -B -V -q
install: mvn -T 2C -DskipTests=true -Dmaven.javadoc.skip=true -Ddocker=$BUILD_DOCKER install -B -V

script: mvn -T 2C -Ddocker=$BUILD_DOCKER test -B

Expand Down

0 comments on commit b7fbf2d

Please sign in to comment.