mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
I was seeing some failures in travis ci where the build crashed because it wasn't able to open a socket. This failure was happening in the scalatest fork runner so I decided to avoid forking entirely. An alternative approach would possibly be just to remove the scalatest framework from the server test project but not forking is nicer anyway.