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