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