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-logging.git
The following commit(s) were added to refs/heads/master by this push: new d440cf0 Add --no-transfer-progress to CI builds. d440cf0 is described below commit d440cf0e5007462c8dfa6fefc609eae23e10121d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 5 09:39:47 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 ba37f25..f3d4c14 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,4 +37,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml + run: mvn -V --no-transfer-progress apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml diff --git a/.travis.yml b/.travis.yml index 41a3c86..dd12baf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report