First attempt at travis-ci integration for sbt.

This commit is contained in:
Josh Suereth 2014-02-20 20:11:17 -05:00
parent a4b288f35b
commit 56232e2025
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: scala
script:
- sbt launcher/test actions/test api/test apply-macro/test cache/test classfile/test classpath/test collections/test command/test compile/test completion/test contorl/test cross/test incremental-compiler/test io/test ivy/test logic/test main/test main-settings/test persist/test relation/test run/test tasks/test test-agent/test tracking/test testing/test
- sbt scripted
jdk:
- openjdk6
notifications:
email:
- qbranch@typesafe.com