diff --git a/.travis.yml b/.travis.yml
index fac160feb4..74f10c1922 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,9 @@ before_install:
     - make migrate
 
 script:
+    - test -z "$(git ls-files --exclude-standard --others)"
     - make coverage
     - make style
-    - git ls-files --exclude-standard --others
 
 after_success:
     - coveralls
\ No newline at end of file