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-digester.git
The following commit(s) were added to refs/heads/master by this push: new 16683e8 Add --no-transfer-progress to CI builds. 16683e8 is described below commit 16683e89980eb563ad5d23f8d1f209043caeeae5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 5 09:29:27 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 cafe93d..33dac6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn -V clean cobertura:cobertura coveralls:report --no-transfer-progress