Also upgrade versions in .travis.yml

This commit is contained in:
Leonard Ehrenfried 2017-11-07 09:56:34 +01:00
parent 3cc56ad0ba
commit c1966b688d
No known key found for this signature in database
GPG Key ID: 56CCB7F9445717AF
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ language: scala
jdk: oraclejdk8
scala:
- 2.11.11
- 2.12.3
- 2.11.12
- 2.12.4
script:
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues scalafmt::test test:scalafmt::test test