Disable parallel execution

This commit is contained in:
jvican 2017-05-09 10:59:54 +02:00
parent a3eb9fd1a2
commit 1a11fd86a3
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
mimaPreviousArtifacts := Set(), // Some(organization.value %% moduleName.value % "1.0.0"),
publishArtifact in Compile := true,
publishArtifact in Test := false,
parallelExecution in Test := false,
commands += Command.command("scalafmtCheck") { state =>
sys.process.Process("git diff --name-only --exit-code").! match {
case 0 => // ok