Merge pull request #64 from sbt/wip/travis-ci

Adding travis configuration to the build.
This commit is contained in:
Josh Suereth 2014-01-21 05:20:35 -08:00
commit 899635bf41
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION rpm:packageBin debian:packageBin universal:packageBin
scala:
- 2.10.3
jdk:
- openjdk6
notifications:
email:
- qbranch@typesafe.com
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm