This is an automated email from the ASF dual-hosted git repository. randgalt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/curator.git
commit 5798acc1ad701742850360fa1bf348c36fce0e50 Author: Enrico Olivelli <[email protected]> AuthorDate: Sun Jul 28 13:51:00 2019 +0200 Switch to OpenJDK 8 and 11 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bcf999..9eb846e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: java jdk: - - oraclejdk8 + - openjdk8 + - openjdk11
