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-dbutils.git
The following commit(s) were added to refs/heads/master by this push: new 64f1f15 Add --no-transfer-progress to CI builds. 64f1f15 is described below commit 64f1f1569c8ee293e74a21e8fe723def89ce1bba Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 5 09:28:45 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 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 557138c..a62a069 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ jdk: - openjdk-ea after_success: - - mvn -B clean test jacoco:report coveralls:report -Ptravis-jacoco + - mvn -V -B clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress