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 2020/01/23 00:14:54 UTC

[accumulo] branch 1.9 updated: Add color back to travis CI console

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

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


The following commit(s) were added to refs/heads/1.9 by this push:
     new 44e0851  Add color back to travis CI console
44e0851 is described below

commit 44e0851bcd230a82b1341cf0027915e6fe70f237
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Jan 22 19:12:03 2020 -0500

    Add color back to travis CI console
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ba92404..145e531 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,4 +30,4 @@ env:
   - BUILD_CMD="mvn clean verify javadoc:jar -DskipITs -Dhadoop.profile=3"
 # suppress download logs which cause travis to exceed the 4MB build log output limit
 script:
-  - $BUILD_CMD -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
+  - $BUILD_CMD -B -Dstyle.color=always -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn