Skip to content

Commit 36056d4

Browse files
committed
Add --no-transfer-progress to CI builds.
1 parent b30fb76 commit 36056d4

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 apache-rat:check package --file pom.xml
40+
run: mvn -V apache-rat:check package --file pom.xml --no-transfer-progress

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jdk:
2424
- openjdk-ea
2525

2626
script:
27-
- mvn
27+
- mvn -V --no-transfer-progress
2828

2929
after_success:
30-
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
30+
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress

0 commit comments

Comments
 (0)