ccaominh commented on a change in pull request #8128: Fix dependency analyze
warnings
URL: https://github.com/apache/incubator-druid/pull/8128#discussion_r306474096
##########
File path: .travis.yml
##########
@@ -43,7 +43,13 @@ matrix:
# Strict compilation requires more than 2 GB
script: MAVEN_OPTS='-Xmx3000m' mvn clean -Pstrict -pl '!benchmarks'
compile test-compile spotbugs:check -B --fail-at-end
- # packaging check
+ # analyze dependencies
Review comment:
That's a great suggestion. I'm thinking of using the `after_failure` travis
lifecycle step to print a helpful message at the end of the log.
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]