Skip to content

Instantly share code, notes, and snippets.

@mefellows
Last active August 29, 2015 14:04
Show Gist options
  • Save mefellows/a6412b35d0a2b0129fef to your computer and use it in GitHub Desktop.
Save mefellows/a6412b35d0a2b0129fef to your computer and use it in GitHub Desktop.
Scala - Travis CI Central Sample build.sbt
import respite.Dependencies
import com.typesafe.sbt.SbtGit._
name := "respite-core"
version := "0.0.1-SNAPSHOT"
instrumentSettings
ScoverageKeys.minimumCoverage := 95
ScoverageKeys.failOnMinimumCoverage := true
ScoverageKeys.highlighting := true
coverallsSettings
licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
git.remoteRepo := "[email protected]:mefellows/respite.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment