Merge pull request #140 from xuwei-k/java9

add Java 9 test
This commit is contained in:
Dale Wijnand 2018-01-02 16:44:39 +00:00 committed by GitHub
commit 365f5b6e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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