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


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

commit 8319d3d53981f1b9628a9a88735e548ec3fc9afa
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 5 09:22:50 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 dd3919a..7f2ed4d 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 package --file pom.xml
+      run: mvn -V package --file pom.xml --no-transfer-progress
diff --git a/.travis.yml b/.travis.yml
index 385c381..c98bca7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,6 @@ matrix:
   allow_failures:
     - jdk: openjdk-ea
 script:
-  - mvn
+  - mvn -V --no-transfer-progress
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
+  - mvn -V clean cobertura:cobertura coveralls:report -Ptravis-cobertura 
--no-transfer-progress

Reply via email to