From 0e59f404bb9a470a8d8d8f97cf8353f2d0d9a10c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 12:15:23 +0200 Subject: [PATCH] Test --- Hooks/travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Hooks/travis.sh b/Hooks/travis.sh index cf60204..468a985 100644 --- a/Hooks/travis.sh +++ b/Hooks/travis.sh @@ -67,6 +67,7 @@ echo $rootpath if [[ "$FILE" =~ ^.+(sh|js|php|json|css)$ ]]; then GEN_SYNTAX=$(hasInvalidBasicSyntax "$FILE") echo GEN_SYNTAX + exit 1 if [[ $GEN_SYNTAX = 1 ]]; then echo -e "\e[1;31m\tFound whitespace at end of line in $FILE.\e[0m" >&2