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-imaging.git
commit 319431c7cb692f92cb383cd1e7534de4307dc0ae Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 20 21:33:44 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 faee3c9..a5d3f4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,10 +19,9 @@ cache: directories: - $HOME/.m2 jdk: - - oraclejdk11 - openjdk8 - openjdk11 - - openjdk14 + - openjdk15 - openjdk-ea matrix: