diff options
| author | jackkoenig | 2016-04-15 14:38:53 -0700 |
|---|---|---|
| committer | jackkoenig | 2016-04-15 14:38:53 -0700 |
| commit | 6cce6cf5612a72d3ddf3c399c2907871033b5434 (patch) | |
| tree | 01fcf13fbcb8150717d3c33f947c54bdcfdeadb2 | |
| parent | 87121519908ca0a1f7479408d949f81d065f5c86 (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.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,4 +36,4 @@ antlr4GenListener in Antlr4 := false // default = true antlr4PackageName in Antlr4 := Option("firrtl.antlr") -fork := true +parallelExecution in Test := false |
