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