Merge pull request #2187 from McFoggy/openjdks

add openjdk 8 & 11 in the travis-ci build matrix
This commit is contained in:
Naoki Takezoe
2018-11-06 08:52:39 +09:00
committed by GitHub

View File

@@ -3,6 +3,8 @@ sudo: true
jdk:
- oraclejdk8
- oraclejdk11
- openjdk8
- openjdk11
script:
- sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck test
before_script: