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/11/21 02:29:26 UTC

[commons-csv] branch master updated: Travis: Replace Java 14 with 15. One Java 11 build.

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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c9974d  Travis: Replace Java 14 with 15. One Java 11 build.
8c9974d is described below

commit 8c9974d0fda71bee6f21008bdf965db7ec4e6401
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 21:29:21 2020 -0500

    Travis: Replace Java 14 with 15. One Java 11
    build.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9d41f78..bac6fa2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,9 @@ language: java
 
 matrix:
   include:
-    - jdk: oraclejdk11
     - jdk: openjdk8
     - jdk: openjdk11
-    - jdk: openjdk14
+    - jdk: openjdk15
     - jdk: openjdk-ea
   allow_failures:
     - jdk: openjdk-ea