From c2fcf34896a9a848d3fed501e10bd20adae2ccf3 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 21 Jan 2014 08:09:21 -0500 Subject: [PATCH] Adding travis configuration to the build. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..5603ef833 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: scala +script: + - sbt ++$TRAVIS_SCALA_VERSION rpm:packageBin debian:packageBin universal:packageBin +scala: + - 2.10.3 +jdk: + - openjdk6 +notifications: + email: + - qbranch@typesafe.com