diff --git a/.travis.yml b/.travis.yml index 4a0a229..20fe7e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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\" {} \;"