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-io.git
The following commit(s) were added to refs/heads/master by this push: new ed91457 Add --V to CI builds. ed91457 is described below commit ed91457d8f9a7ab080bc0785ccda8368018e98fe Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Aug 5 09:37:03 2020 -0400 Add --V to CI builds. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fefb68..edf1981 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ matrix: # --no-transfer-progress requires Maven 3.6.1+. Otherwise use --batch-mode script: - - mvn --no-transfer-progress + - mvn -V --no-transfer-progress after_success: - - mvn --no-transfer-progress clean cobertura:cobertura coveralls:report -Ptravis-cobertura + - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report -Ptravis-cobertura