mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
fix travis build
This commit is contained in:
parent
120612d414
commit
57585e9207
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user