aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackkoenig2016-04-15 14:38:53 -0700
committerjackkoenig2016-04-15 14:38:53 -0700
commit6cce6cf5612a72d3ddf3c399c2907871033b5434 (patch)
tree01fcf13fbcb8150717d3c33f947c54bdcfdeadb2
parent87121519908ca0a1f7479408d949f81d065f5c86 (diff)
Replace fork := true with parallelExecution in Test := false
Serialize testing until compiler is threadsafe Fix fork := true causing Travis to fail
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index e0571ccd..728887ec 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,4 +36,4 @@ antlr4GenListener in Antlr4 := false // default = true
antlr4PackageName in Antlr4 := Option("firrtl.antlr")
-fork := true
+parallelExecution in Test := false