Switch travis to openJDK

This commit is contained in:
Mark J. Lehman 2020-02-11 20:03:11 -08:00
parent be40a5b628
commit 0a55cee14f

View File

@ -10,7 +10,7 @@ rvm:
- jruby-9.1.5.0 # is precompiled per http://rubies.travis-ci.org/ - jruby-9.1.5.0 # is precompiled per http://rubies.travis-ci.org/
jdk: jdk:
- oraclejdk8 - openjdk8
before_install: before_install:
- gem update --system - gem update --system