From 7a2d6acdca84f97b6870735cc206db33c9a3bfb8 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 11 Mar 2014 16:55:54 +0100 Subject: add travis metadata --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml 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 -- cgit v1.2.3