Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-07-28 06:36:06 +0300
committerChris Rebert <code@rebertia.com>2015-07-28 06:36:06 +0300
commit57640bb6567b0bf2119a48bf32dc1d2d5819bbe5 (patch)
tree47a32162fb70b8c0d163aae7c560f928ca7174e0
parenteca8628b5d7b558f9f990cda7a32f6568e329953 (diff)
sbt: assembly: disable tests due to slowness
-rw-r--r--assembly.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/assembly.sbt b/assembly.sbt
index 473f907..d694654 100644
--- a/assembly.sbt
+++ b/assembly.sbt
@@ -2,3 +2,4 @@ import AssemblyKeys._
assemblySettings
+test in assembly := {}