add openjdk 8 & 11 in the travis-ci build matrix

This commit is contained in:
Matthieu Brouillard
2018-11-05 13:35:51 +01:00
parent 7f8e36eb66
commit e65b0f63bb

View File

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