diff --git a/.travis.yml b/.travis.yml index 117b3f5f7..470b0eaf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - shellcheck script: - - bash -c 'shopt -s globstar; shellcheck **/*.sh' + - bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh' matrix: fast_finish: true