summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 00d3567d03b86a911784a3c2e10290a6ada66b5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: scala
scala:
  - 2.10.7
  - 2.11.12
  - 2.12.7
  - 2.13.0-M5

script:
  - sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues
jdk:
  - oraclejdk8
matrix:
  include:
  - jdk: openjdk11
    scala: 2.12.7
notifications:
  email:
    - johannes@spray.io
    - mathias@spray.io