add Java 9 test

This commit is contained in:
xuwei-k 2017-11-13 16:19:00 +09:00
parent 19054834b7
commit bbbb300ba1
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ scala:
- 2.11.11
- 2.12.3
matrix:
include:
- scala: 2.12.3
jdk: oraclejdk9
script:
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M ";++$TRAVIS_SCALA_VERSION;mimaReportBinaryIssues;scalafmt::test;test:scalafmt::test;sbt:scalafmt::test;test"