From c45ab34f43f1d95ce5536d16cf438e04833f3446 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 13 Oct 2019 22:32:51 +0900 Subject: [PATCH] Disable Windows test due to unstability --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5d298491..140e1850a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,14 +15,3 @@ cache: - $HOME/.sbt/boot - $HOME/.sbt/launchers - $HOME/.coursier -matrix: - include: - - os: windows - language: bash - 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 - - wget https://raw.githubusercontent.com/paulp/sbt-extras/0ee2dae2eba72efb4a464a5ad255e348696ecda7/sbt && chmod +x ./sbt - script: - - ./sbt test