From b5d47d0c737b839e9b989184ec1bf8f8e77024ea Mon Sep 17 00:00:00 2001
From: esaunders <esaunders@basistech.com>
Date: Mon, 4 Nov 2019 15:28:55 -0500
Subject: [PATCH] Switch to Amazon Corretto because it bundles Java FX.

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index facabcde8..4085dbe83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,8 +41,8 @@ addons:
     - gettext
     - cppunit
     - afflib
-    taps: adoptopenjdk/openjdk
-    casks: adoptopenjdk8
+    taps: homebrew/cask-versions
+    casks: corretto8
 
 python:
   - "2.7"
-- 
GitLab