diff --git a/TravisCI.md b/TravisCI.md index b4b7ec2..5379323 100644 --- a/TravisCI.md +++ b/TravisCI.md @@ -4,7 +4,6 @@ https://github.com/koalaman/shellcheck#travis-ci: For a truly simple configuration, place the following in your `.travis.yml`: ```yaml language: shell -sudo: false script: - bash -c 'shopt -s globstar; shellcheck **/*.{sh,ksh,bash}' ```