Add --no-transfer-progress to CI builds.

This commit is contained in:
Gary Gregory 2020-08-05 09:27:26 -04:00
parent 079b790c31
commit 7bb167649e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -27,5 +27,5 @@ matrix:
allow_failures:
- jdk: openjdk-ea
after_success:
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress