Reduce travis license check log output (#6382)

This commit is contained in:
Jonathan Wei 2018-09-25 20:02:00 -07:00 committed by Slim Bouguerra
parent 4afa85e4e8
commit 207dd3a0ee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ matrix:
- env: - env:
- NAME="license checks" - NAME="license checks"
install: true install: true
script: MAVEN_OPTS='-Xmx3000m' mvn clean verify -Prat -DskipTests script: MAVEN_OPTS='-Xmx3000m' mvn clean verify -Prat -DskipTests -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
# strict compilation # strict compilation
- env: - env: