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:43 UTC

[commons-dbcp] 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-dbcp.git


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

commit da1f5ede238a3fae9a2e4ca4958269d7bc3f15b6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 21:29:39 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 c57115d..659a36f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,7 @@ cache:
   directories:
     - $HOME/.m2
 jdk:
-  - oraclejdk11
   - openjdk8
   - openjdk11
-  - openjdk14
+  - openjdk15
   - openjdk-ea