From 3fce045526a315a623e7f7e505b055c9d8d0b50a Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 10 Sep 2019 15:33:33 -0400
Subject: [PATCH] Quiet the output a bit, maybe

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2fda09c..9d9aad0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
       - run:
           name: "Run Tests"
           command: |
-            nix-shell shell.nix --run "stack test --coverage"
+            nix-shell shell.nix --run "stack --test --no-terminal --coverage"
 
 workflows:
   version: 2
-- 
GitLab