Skip to content

Commit

Permalink
Merge pull request #181 from xuwei-k/java-9
Browse files Browse the repository at this point in the history
add Java 9 test
  • Loading branch information
dwijnand authored Nov 13, 2017
2 parents 1905483 + bbbb300 commit 163e8bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 163e8bf

Please sign in to comment.