Skip to content

Commit

Permalink
updatre Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 29, 2017
1 parent cba524e commit 8ff7f03
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
language: scala
jdk: oraclejdk8
script: sbt ++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues scalafmt::test test:scalafmt::test sbt:scalafmt::test test

scala:
- 2.10.6
- 2.11.11
- 2.12.3
- 2.13.0-M1
matrix:
include:
- scala: 2.10.7
env: CMD="mimaReportBinaryIssues scalafmt::test test:scalafmt::test sbt:scalafmt::test test"

- scala: 2.11.12
env: CMD="mimaReportBinaryIssues scalafmt::test test:scalafmt::test sbt:scalafmt::test test"

- scala: 2.12.4
env: CMD="mimaReportBinaryIssues scalafmt::test test:scalafmt::test sbt:scalafmt::test test"

- scala: 2.13.0-M2
env: CMD=compile

script: sbt ++$TRAVIS_SCALA_VERSION $CMD

cache:
directories:
Expand Down

0 comments on commit 8ff7f03

Please sign in to comment.