summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0e72ce9a9dd9a7c440614fe54c9d8e84cfbd7a15 (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.6
  - 2.13.0-M3
script:
  - sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues
jdk:
  - oraclejdk8
notifications:
  email:
    - johannes@spray.io
    - mathias@spray.io