summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f7363605be1c93701a22086ace11eb3fada5cab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: scala
scala:
  - 2.10.7
  - 2.11.12
  - 2.12.6
script:
  - sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues
jdk:
  - oraclejdk8
notifications:
  email:
    - johannes@spray.io
    - mathias@spray.io