Skip to content

Commit 7bb1676

Browse files
committed
Add --no-transfer-progress to CI builds.
1 parent 079b790 commit 7bb1676

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
java-version: ${{ matrix.java }}
3939
- name: Build with Maven
40-
run: mvn -V package --file pom.xml
40+
run: mvn -V package --file pom.xml --no-transfer-progress

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ matrix:
2727
allow_failures:
2828
- jdk: openjdk-ea
2929
after_success:
30-
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco
30+
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress
3131

0 commit comments

Comments
 (0)