From 0a55cee14f8e6291e006c653b03dbf30bc340223 Mon Sep 17 00:00:00 2001 From: "Mark J. Lehman" Date: Tue, 11 Feb 2020 20:03:11 -0800 Subject: [PATCH] Switch travis to openJDK --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cc4065b..bd17e11f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ rvm: - jruby-9.1.5.0 # is precompiled per http://rubies.travis-ci.org/ jdk: - - oraclejdk8 + - openjdk8 before_install: - gem update --system