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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new dc50eba Drop openjdk12 and openjdk13 since these are neither LTS or the latest. dc50eba is described below commit dc50eba1ffb4a0e4296486acaefd26ea9a7b4e86 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 10 12:12:17 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 6cf230a..a999f91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,6 @@ jdk: - oraclejdk11 - openjdk8 - openjdk11 - - openjdk12 - - openjdk13 - openjdk14 - openjdk-ea