mirror of https://github.com/sbt/sbt.git
add .travis.yml
This commit is contained in:
parent
775cad68fe
commit
78092eb193
|
|
@ -0,0 +1,5 @@
|
||||||
|
sudo: false
|
||||||
|
language: scala
|
||||||
|
jdk: oraclejdk7
|
||||||
|
script:
|
||||||
|
- sbt test scripted
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
scalaVersion := "2.9.1"
|
scalaVersion := "2.9.1"
|
||||||
|
|
||||||
|
resolvers += "typesafe maven" at "http://repo.typesafe.com/typesafe/maven-releases/"
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.codahale" % "jerkson_2.9.1" % "0.5.0"
|
"com.codahale" % "jerkson_2.9.1" % "0.5.0"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue