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-dbutils.git
The following commit(s) were added to refs/heads/master by this push: new f88c24c Travis: Replace Java 14 with 15. One Java 11 build. f88c24c is described below commit f88c24c441ce7ae544ad9f75b2a25ee8055f34d3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 20 21:30:05 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 719a797..51bc4cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,10 @@ language: java sudo: false jdk: - - oraclejdk11 - openjdk7 - openjdk8 - openjdk11 - - openjdk14 + - openjdk15 - openjdk-ea after_success: