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