You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/05 13:38:41 UTC

[commons-jexl] branch master updated: Add --no-transfer-progress to CI builds.

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 <ga...@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