fix travis build

This commit is contained in:
Dennis Eichhorn 2018-08-11 13:45:25 +02:00
parent 120612d414
commit 57585e9207

View File

@ -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