From 4ee442f697d8d98bd71efce986e869570e777769 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 9 Oct 2019 08:24:56 +0900 Subject: [PATCH] Fix Windows tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 244115d1b..a5d298491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: include: - os: windows language: bash - env: JDK="adopt@1.8.212-04" + env: JDK="adopt@1.8.0-222" before_script: - curl "https://raw.githubusercontent.com/DanySK/Gravis-CI/c8f400623d8f756ef7c/.install-jdk-travis.sh" --output .install-jdk-travis.sh - source .install-jdk-travis.sh