From fcc18f162d4a2639b2530a99f403bb9eb6323387 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 25 Jun 2021 12:17:35 -0700 Subject: [PATCH 1/2] add JDK 17 to CI matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5b013ce5..1540019c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - ADOPTOPENJDK=8 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335 - ADOPTOPENJDK=8 SCALAJS_VERSION=1.6.0 CACHE_WORKAROUND=see-PR-335 - ADOPTOPENJDK=11 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335 + - ADOPTOPENJDK=17 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335 matrix: include: From 83b28f5782aba939c528549c5e4afc2f7ce49f06 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 25 Jun 2021 13:17:12 -0700 Subject: [PATCH 2/2] empty .jvmopts to work around sbt-extras bug work around https://github.com/dwijnand/sbt-extras/issues/326 --- .jvmopts | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .jvmopts diff --git a/.jvmopts b/.jvmopts new file mode 100644 index 00000000..e69de29b