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


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

commit 36056d4ff02ddaf16fb3965b91b889f6019216f8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 5 09:22:25 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 b08fa73..38a21fb 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 package --file pom.xml
+      run: mvn -V apache-rat:check package --file pom.xml 
--no-transfer-progress
diff --git a/.travis.yml b/.travis.yml
index 0a9407a..7085945 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ jdk:
   - openjdk-ea
 
 script:
-  - mvn
+  - mvn -V --no-transfer-progress
 
 after_success:
-  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
+  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco 
--no-transfer-progress

Reply via email to