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


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

commit 55fd00db5c4d1efdeba741a22330f28dffb09fdc
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 5 09:45:07 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 b0cbcb6..f5b363e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,4 +38,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 b2822a7..f6da3ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,4 +26,4 @@ matrix:
     - jdk: openjdk14
     - jdk: openjdk-ea
 after_success:
-  - mvn -V -B -e clean cobertura:cobertura coveralls:report
+  - mvn -V --no-transfer-progress -B -e clean cobertura:cobertura 
coveralls:report

Reply via email to