summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a4c0f791af2437c0653bbb20eb198c7be11ede59 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: scala
script:
  - sbt "+ test" "+ mimaReportBinaryIssues"
jdk:
  - oraclejdk8
notifications:
  email:
    - johannes@spray.io
    - mathias@spray.io