summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 735975fbe558bbbcd619e4950900fc41a24304c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: scala
scala:
  - 2.10.7
  - 2.11.12
  - 2.12.4
  - 2.13.0-M3
script:
  - sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues
jdk:
  - oraclejdk8
notifications:
  email:
    - johannes@spray.io
    - mathias@spray.io