Update .travis.yml

This commit is contained in:
2019-05-16 17:44:05 +02:00
committed by GitHub
parent cbda9b2c6c
commit c5bbbee0b2

View File

@ -6,4 +6,4 @@ addons:
update: true
packages: shellcheck
script: "find $HOME -type f -exec "shellcheck" "--format=gcc" {} \;"
script: "find $HOME -type f -exec \"shellcheck\" \"--format=gcc\" {} \;"