You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/05 13:25:48 UTC

[commons-configuration] branch master updated: Add --no-transfer-progress to CI builds.

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 05b46af  Add --no-transfer-progress to CI builds.
05b46af is described below

commit 05b46af6b9ad6895146d927ae125ade66528afa8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 09:25:40 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 d4f920a..be236b1 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 clean apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=none package --file pom.xml
+      run: mvn -V clean apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=none package --file pom.xml --no-transfer-progress
 
 # For Java 11, you can be more strict: -DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index 5be1075..009d26e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,4 +33,4 @@ matrix:
     - jdk: openjdk-ea
 
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+  - mvn -V clean cobertura:cobertura coveralls:report --no-transfer-progress