mirror of https://github.com/sbt/sbt.git
Merge pull request #64 from sbt/wip/travis-ci
Adding travis configuration to the build.
This commit is contained in:
commit
899635bf41
|
|
@ -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
|
||||
Loading…
Reference in New Issue