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

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


The following commit(s) were added to refs/heads/master by this push:
     new 847c260  Add --no-transfer-progress to CI builds.
847c260 is described below

commit 847c260b17d3f98939e4d047be67b6de10ebc839
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 5 09:43:41 2020 -0400

    Add --no-transfer-progress to CI builds.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eb5023a..cf196fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ jdk:
   - openjdk11
 
 script:
-  - mvn
+  - mvn -V --no-transfer-progress
 
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
+  - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report 
-Ptravis-cobertura

Reply via email to