This is an automated email from the ASF dual-hosted git repository.

boaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new ee429e4  DRILL-6437: Removed excess maven logging when downloading 
dependencies. This fixed Travis failures due to log overflow.
ee429e4 is described below

commit ee429e4c74168906724473960bd2094481b1987c
Author: Timothy Farkas <[email protected]>
AuthorDate: Wed May 23 14:14:15 2018 -0700

    DRILL-6437: Removed excess maven logging when downloading dependencies. 
This fixed Travis failures due to log overflow.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4ca09b2..3dce22c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,5 @@ jdk:
 cache:
   directories:
   - "$HOME/.m2"
-install: MAVEN_OPTS="-Xms1G -Xmx1G" mvn install --batch-mode -DskipTests=true 
-Dmaven.javadoc.skip=true -Dmaven.source.skip=true
+install: MAVEN_OPTS="-Xms1G -Xmx1G" mvn install --batch-mode 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 -DskipTests=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true
 script: mvn install -Drat.skip=false -Dlicense.skip=false 
-DexcludedGroups="org.apache.drill.categories.SlowTest,org.apache.drill.categories.UnlikelyTest,org.apache.drill.categories.SecurityTest"
 -DforkCount=1 -DmemoryMb=2560 -DdirectMemoryMb=4608

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to