Skip to content

Commit

Permalink
Add --no-transfer-progress to CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 5, 2020
1 parent 46bef82 commit 8319d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ matrix:
allow_failures:
- jdk: openjdk-ea
script:
- mvn
- mvn -V --no-transfer-progress
after_success:
- mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
- mvn -V clean cobertura:cobertura coveralls:report -Ptravis-cobertura --no-transfer-progress

0 comments on commit 8319d3d

Please sign in to comment.