From 6cce6cf5612a72d3ddf3c399c2907871033b5434 Mon Sep 17 00:00:00 2001 From: jackkoenig Date: Fri, 15 Apr 2016 14:38:53 -0700 Subject: Replace fork := true with parallelExecution in Test := false Serialize testing until compiler is threadsafe Fix fork := true causing Travis to fail --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3