You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/07/25 00:11:11 UTC

[accumulo-testing] branch master updated: Avoid exceeding maximum log length in Travis

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new af79841  Avoid exceeding maximum log length in Travis
af79841 is described below

commit af798411045e7f1597df2889ac82cbdc403aa6e2
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Jul 24 20:10:33 2019 -0400

    Avoid exceeding maximum log length in Travis
    
    Suppress Downloading messages from Maven to avoid exceeding Travis CI's
    maximum log length of 4MB.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1faba7e..1161180 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,4 +19,4 @@ cache:
 jdk:
   - openjdk8
 install: true
-script: mvn clean verify
+script: mvn clean verify -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn