This is an automated email from the ASF dual-hosted git repository.
jzemerick pushed a commit to branch opennlp192
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/opennlp192 by this push:
new 8575275 Changing to openjdk11.
8575275 is described below
commit 8575275638d876cc850958a6caa4478331a6d74e
Author: jzonthemtn <[email protected]>
AuthorDate: Thu Dec 26 09:38:09 2019 -0500
Changing to openjdk11.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 7bcaadd..e7b5654 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: java
os: linux
-jdk: oraclejdk8
+jdk: openjdk11
sudo: false