ctubbsii commented on a change in pull request #1075: Fix travis build by supressing download msgs URL: https://github.com/apache/fluo/pull/1075#discussion_r312212013
########## File path: .travis.yml ########## @@ -26,6 +26,6 @@ jdk: before_script: - unset _JAVA_OPTIONS env: - - BUILD_ARGS="clean verify javadoc:jar" + - BUILD_ARGS="-B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean verify javadoc:jar" Review comment: I would put these options in the script section instead. In case you want to have a matrix build with other maven goals, you don't want to copy this to each line. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
