Enable parallel sbt tests again

It speeds up the build and is not the source of travis
instability. For example, this travis build still timed
out: https://travis-ci.org/ornicar/lila/jobs/248703685

This reverts commit a3211c2f0d.
This commit is contained in:
Isaac Levy 2017-05-19 19:20:07 -04:00
parent f124da3bb6
commit f1ac47d2f4

View file

@ -14,7 +14,6 @@ object BuildSettings {
organization := "org.lichess",
scalaVersion := globalScalaVersion,
resolvers ++= Dependencies.Resolvers.commons,
parallelExecution in Test := false,
scalacOptions := compilerOptions,
incOptions := incOptions.value.withNameHashing(true),
updateOptions := updateOptions.value.withCachedResolution(true),