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
commit 65c7a527934563bda8420f5d2b81d8759785fbc5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 20 21:36:35 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 0cae959..6b2bafd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,7 @@ matrix: include: - jdk: openjdk8 - jdk: openjdk11 - - jdk: openjdk14 - - jdk: oraclejdk11 + - jdk: openjdk15 - jdk: openjdk-ea allow_failures: - jdk: openjdk-ea