From 2b8518373d0182e0246d2aac704ae8b9c1cdeeb9 Mon Sep 17 00:00:00 2001 From: esaunders <esaunders@basistech.com> Date: Wed, 9 Oct 2019 15:47:50 -0400 Subject: [PATCH] Try building with AdoptOpenJDK 8. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 30eff3b12..46cbbb17e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,7 @@ addons: - gettext - cppunit - afflib + - adoptopenjdk8 python: - "2.7" -- GitLab