From 055c224714dbad8219f0d66359d4e4ad9a4f68b9 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 19 Apr 2018 13:15:47 +1200 Subject: [PATCH] [ci] Try to fix .gitignore check on macOS --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ae1fb9ca..efc0529f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,4 +103,4 @@ script: - make check VERBOSE=1 AUTOMATED_TESTING=1 # grep -F '' passes through all input while giving a non-zero exit status if # that input is empty. - - if git status --porcelain|grep -F '' ; then echo "The generated files listed above are not in .gitignore" ; exit 1; fi + - if git status --porcelain|grep -F '' ; then echo "The generated files listed above are not in .gitignore" ; exit 1; fi || : -- 2.11.4.GIT