mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-16 23:16:01 +00:00
Add --no-transfer-progress to CI builds.
This commit is contained in:
parent
079b790c31
commit
7bb167649e
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -37,4 +37,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -V package --file pom.xml
|
run: mvn -V package --file pom.xml --no-transfer-progress
|
||||||
|
@ -27,5 +27,5 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- jdk: openjdk-ea
|
- jdk: openjdk-ea
|
||||||
after_success:
|
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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user