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:31:32 UTC

[commons-exec] 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-exec.git


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

commit b6e0301c3addde06d2af3d20ce7a395e33568f46
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 09:31:23 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 86bbf63..a69864a 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 apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml --no-transfer-progress
diff --git a/.travis.yml b/.travis.yml
index 7eaca75..11d3f7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,4 +31,4 @@ jdk:
   - openjdk11
 
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+  - mvn -V clean cobertura:cobertura coveralls:report --no-transfer-progress