diff --git a/.travis.yml b/.travis.yml index 20fe7e5..406caf2 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\" {} ;"