diff --git a/.travis.yml b/.travis.yml index 8d3361dd4ae45afe1903d6d57622314ab0a65b56..d26b3402bfaa6eb60f5b86c6adee7b7b0d91d5e6 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