From 526feef3f3475da389668408e0a4f821e7e2d5b6 Mon Sep 17 00:00:00 2001
From: Dan Braghis <dan.braghis@torchbox.com>
Date: Wed, 17 Jan 2018 11:13:58 +0000
Subject: [PATCH] Make migrations/collecstatic less verbose

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8d3361dd4..d26b3402b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,10 +63,10 @@ script:
   - python manage.py check
 
   # Check for missing migrations
-  - python manage.py makemigrations --check --noinput
+  - python manage.py makemigrations --check --noinput --verbosity=0
 
   # Collect static
-  - python manage.py collectstatic --noinput
+  - python manage.py collectstatic --noinput --verbosity=0
 
   # Run tests
   - coverage run --source='.' manage.py test opentech
-- 
GitLab