Skip to content

Commit 8319d3d

Browse files
committed
Add --no-transfer-progress to CI builds.
1 parent 46bef82 commit 8319d3d

2 files changed

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ matrix:
2929
allow_failures:
3030
- jdk: openjdk-ea
3131
script:
32-
- mvn
32+
- mvn -V --no-transfer-progress
3333
after_success:
34-
- mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
34+
- mvn -V clean cobertura:cobertura coveralls:report -Ptravis-cobertura --no-transfer-progress

0 commit comments

Comments
 (0)