Update .travis.yml

This commit is contained in:
Torma Kristóf 2019-05-16 17:45:29 +02:00 committed by GitHub
parent c5bbbee0b2
commit d02d1cae77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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\" {} ;"