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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 6bef464 Add --no-transfer-progress to CI builds. 6bef464 is described below commit 6bef464e8724dc04c2b16ce29d215cfad0ee403b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Aug 5 09:20:37 2020 -0400 Add --no-transfer-progress to CI builds. --- .github/workflows/maven.yml | 2 +- .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d26fb2d..8364aaa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,4 +39,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V clean apache-rat:check package --file pom.xml + run: mvn -V clean apache-rat:check package --file pom.xml --no-transfer-progress diff --git a/.travis.yml b/.travis.yml index 2e63a22..07ecc18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jdk: - openjdk-ea script: - - mvn -Ddoclint=none + - mvn -Ddoclint=none --no-transfer-progress after_success: - - mvn -Ddoclint=none clean cobertura:cobertura coveralls:report + - mvn -Ddoclint=none clean cobertura:cobertura coveralls:report --no-transfer-progress