mirror of https://github.com/apache/druid.git
Reduce travis license check log output (#6382)
This commit is contained in:
parent
4afa85e4e8
commit
207dd3a0ee
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue