mirror of https://github.com/sbt/sbt.git
add Java 9 test
This commit is contained in:
parent
0ed5cb6573
commit
966f3ebaad
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue