From 25e29521bae000ad58c9537ac9645fa7fe241927 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 2 May 2019 00:46:59 +1000 Subject: [PATCH] Shoud fail this time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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