summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6c98a52ef67d3be311359025d49b1633ff027c89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: scala
script:
  - sbt ++$TRAVIS_SCALA_VERSION 'set concurrentRestrictions in Global += Tags.limit(Tags.Compile, 2)' compile test:compile test
scala:
  - 2.10.3
jdk:
  - oraclejdk7
  - openjdk7
notifications:
  email:
    - johannes@spray.io
    - mathias@spray.io