summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6c98a52
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,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 \ No newline at end of file