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 3e05465 Drop openjdk12 and openjdk13 since these are neither LTS or the latest. 3e05465 is described below commit 3e054655969cfe1c3830fb88fc8749705c0b6904 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 10 12:13:10 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 a62a069..719a797 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,6 @@ jdk: - openjdk7 - openjdk8 - openjdk11 - - openjdk12 - - openjdk13 - openjdk14 - openjdk-ea