Skip to content

Commit

Permalink
Disable parallel execution for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Aug 23, 2015
1 parent 50e8ac8 commit 3b8aeb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ scalaVersion in ThisBuild := "2.11.6"

crossScalaVersions in ThisBuild := Seq("2.10.5", "2.11.6")

parallelExecution in Test := false

libraryDependencies ++= Seq(
"io.reactivex" % "rxjava" % "1.0.12",
"org.mockito" % "mockito-core" % "1.9.5" % "test",
Expand Down

0 comments on commit 3b8aeb3

Please sign in to comment.