From 57585e9207485f97002d5d88296da862bf0b3b67 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 13:45:25 +0200 Subject: [PATCH] fix travis build --- Hooks/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hooks/travis.sh b/Hooks/travis.sh index a319240..4371070 100644 --- a/Hooks/travis.sh +++ b/Hooks/travis.sh @@ -7,7 +7,7 @@ rootpath="$(pwd)" . ${rootpath}/Build/Hooks/filename.sh . ${rootpath}/Build/Hooks/tests.sh -($(git diff --name-only $TRAVIS_COMMIT_RANGE)) | while read FILE; do +git diff --name-only $TRAVIS_COMMIT_RANGE | while read FILE; do if [[ ! -f "$FILE" ]]; then continue fi