From 170ac3df0806e93c33557cfec6fea3aaca3a6e9b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 12:15:42 +0200 Subject: [PATCH] Test --- Hooks/travis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hooks/travis.sh b/Hooks/travis.sh index 468a985..70b563c 100644 --- a/Hooks/travis.sh +++ b/Hooks/travis.sh @@ -13,6 +13,8 @@ echo $rootpath continue fi + echo $FILE + # Filename if [[ $(isValidFileName "$FILE") = 1 ]]; then echo -e "\e[1;31m\tInvalid file name '$FILE'.\e[0m" >&2