Skip to content

Commit

Permalink
Remove unnecessary options
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 18, 2020
1 parent 6898df6 commit 84e8bc2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ val commonJvmSettings = commonSettings ++ Seq(

val commonJsSettings = commonSettings ++ Seq(
// slow down for CI
parallelExecution in Test := false, // TODO
// https://github.com/scalaz/scalaz/pull/1734#issuecomment-385627061
scalaJSLinkerConfig ~= {
_.withBatchMode(System.getenv("CONTINUOUS_INTEGRATION") == "true")
},
parallelExecution in Test := false, // TODOR
scalacOptions in Compile ++= {
if (isSnapshot.value) Seq.empty
else
Expand Down

0 comments on commit 84e8bc2

Please sign in to comment.