diff --git a/.travis.yml b/.travis.yml index d20f475..b6abf80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: shell script: - - bash -c 'shopt -s globstar nullglob; shellcheck **/*.sh' + - bash -c 'shopt -s globstar nullglob; shellcheck bin/*'