This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new a966c0c Add --no-transfer-progress to CI builds. a966c0c is described below commit a966c0c4db525b820ed30b68b5ec7081af67d4f3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 5 09:38:34 2020 -0400 Add --no-transfer-progress to CI builds. Drop non-LTS builds except the latest and EA. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18ee760..0cae959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,13 +22,11 @@ matrix: include: - jdk: openjdk8 - jdk: openjdk11 - - jdk: openjdk12 - - jdk: openjdk13 - jdk: openjdk14 - jdk: oraclejdk11 - jdk: openjdk-ea allow_failures: - jdk: openjdk-ea after_success: - - mvn clean test jacoco:report coveralls:report + - mvn -V --no-transfer-progress clean test jacoco:report coveralls:report