From 00250d5c74120b2fd1219b2b2731d717b9c51ae5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 16 May 2015 10:17:34 +0200 Subject: [PATCH] Travis was not compressing files --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bfb3256c77..9ec1911155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_script: - python manage.py check script: - make + - make compress - coverage run manage.py test -v 2 after_success: - coveralls