Update .travis.yml
This commit is contained in:
parent
b421c1cb97
commit
01030cd385
@ -6,4 +6,4 @@ addons:
|
|||||||
update: true
|
update: true
|
||||||
packages: shellcheck
|
packages: shellcheck
|
||||||
|
|
||||||
script: "find $HOME -type f -exec \"shellcheck\" \"--format=gcc\" {} ;"
|
script: "for file in $(find $HOME -type f); do shellcheck --format=gcc $file; done;"
|
||||||
|
Loading…
Reference in New Issue
Block a user