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-codec.git
The following commit(s) were added to refs/heads/master by this push: new f234c76 Travis: Replace Java 14 with 15. f234c76 is described below commit f234c768aae10b0dd7c61b0c2b72aa8cf2e8e775 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 20 21:26:59 2020 -0500 Travis: Replace Java 14 with 15. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da4d628..4f4f04f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: include: - jdk: openjdk8 - jdk: openjdk11 - - jdk: openjdk14 + - jdk: openjdk15 - jdk: openjdk-ea allow_failures: - jdk: openjdk-ea