From 5f94fd46422157a72257597de4253a644a203a7d Mon Sep 17 00:00:00 2001 From: Richard Cordovano <rcordovano@basistech.com> Date: Wed, 11 Dec 2019 10:24:23 -0500 Subject: [PATCH] Update macOS JDK brew cask for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a11a53690..4dc394eb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ addons: - cppunit - afflib taps: homebrew/cask-versions - casks: corretto8 + casks: adoptopenjdk8 python: - "2.7" -- GitLab