Skip to content

Commit

Permalink
Add --no-transfer-progress to CI builds.
Browse files Browse the repository at this point in the history
Drop non-LTS builds except the latest and EA.
  • Loading branch information
garydgregory committed Aug 5, 2020
1 parent 0222c8a commit cb9d026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jdk:
- oraclejdk11
- openjdk8
- openjdk11
- openjdk12
- openjdk13
- openjdk14
- openjdk-ea

after_success:
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
- mvn -V clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress

0 comments on commit cb9d026

Please sign in to comment.