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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 19ac468 Add --no-transfer-progress to CI builds. 19ac468 is described below commit 19ac4686262b5ba9d8f20368c798f992fefc5e88 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 5 09:21:19 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 f59aa7e..5729c80 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,6 +37,6 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V -e --file pom.xml + run: mvn -V -e --file pom.xml --no-transfer-progress # For Java 11, you can be more strict: -DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist diff --git a/.travis.yml b/.travis.yml index b8639fc..6cf230a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ jdk: - openjdk-ea after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn clean cobertura:cobertura coveralls:report --no-transfer-progress