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-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ca57cb1  Fix travis (suppress download messages)
ca57cb1 is described below

commit ca57cb150b5cfa8b87c9269a419793710b1eeb97
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Fri Aug 2 16:12:49 2019 -0400

    Fix travis (suppress download messages)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 015c96b..9dc968a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,6 @@ jdk:
 before_script:
   - unset _JAVA_OPTIONS
 env:
-  - BUILD_ARGS="clean verify javadoc:jar site:site"  # main build of unit 
tests and javadoc
+  - BUILD_CMD="mvn clean verify javadoc:jar site:site"  # main build of unit 
tests and javadoc
 script:
-  - mvn $BUILD_ARGS
+  - $BUILD_CMD -B 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

Reply via email to