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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 2d06224 Add --no-transfer-progress to CI builds. 2d06224 is described below commit 2d06224f2b9727f72db5762d9a2cc1ba2a4ab764 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 5 09:24:51 2020 -0400 Add --no-transfer-progress to CI builds. --- .github/workflows/maven.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b0cbcb6..f5b363e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,4 +38,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V package --file pom.xml + run: mvn -V package --file pom.xml --no-transfer-progress diff --git a/.travis.yml b/.travis.yml index fff584e..a92d6f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,4 +56,4 @@ install: true # and running all tests twice. script: - - ./mvnw clean apache-rat:check test jacoco:report coveralls:report -Ptravis-jacoco + - ./mvnw -V clean apache-rat:check test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress