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:40:18 UTC

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


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

commit 0730381ce0b8a16966ecf4b5ef04de881a7ade70
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 09:40:11 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 2511cb3..ce0d7f5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,5 +37,5 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml
+      run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml --no-transfer-progress
 #      run: mvn --batch-mode apache-rat:check package --file pom.xml
diff --git a/.travis.yml b/.travis.yml
index a75c4d6..834887a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,4 +27,4 @@ matrix:
   allow_failures:
     - jdk: openjdk11
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+  - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report