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-rdf.git


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

commit d980934650723ce86a6e4710aeab81b9c873808c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 5 09:42:07 2020 -0400

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

diff --git a/.travis.yml b/.travis.yml
index b90fdc7..abf9fbb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,5 +26,5 @@ notifications:
     - notificati...@commons.apache.org
 
 after_success:
-  - mvn clean test coveralls:report
+  - mvn -V --no-transfer-progress clean test coveralls:report
  

Reply via email to