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-collections.git
The following commit(s) were added to refs/heads/master by this push: new dbf543b Drop openjdk12 and openjdk13 since these are neither LTS or the latest. dbf543b is described below commit dbf543b1451713a7e50c58912ec7ecfeb47cf0d3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 10 12:15:42 2020 -0400 Drop openjdk12 and openjdk13 since these are neither LTS or the latest. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9fd8aad..b3e1cab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,6 @@ jdk: - oraclejdk11 - openjdk8 - openjdk11 - - openjdk12 - - openjdk13 - openjdk14 - openjdk-ea