From ecdb2b3eb53c91fcbe44cd821edd430185bbf898 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Fri, 28 Sep 2018 00:10:47 +0900 Subject: [PATCH] add jdk11 test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3d96ee32b..ff18003fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: scala sudo: true jdk: - oraclejdk8 + - oraclejdk11 script: - sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck test before_script: