From ad7201cf5c3ba51301ddadeeaa5b02558b853f50 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 2 May 2019 00:53:38 +1000 Subject: [PATCH] Look at git output --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 74f10c1922..17b4950914 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ before_install: - make migrate script: + - git ls-files --exclude-standard --others - test -z "$(git ls-files --exclude-standard --others)" - make coverage - make style