diff --git a/.travis.yml b/.travis.yml index 14b0477..b4d6b14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ addons: env: - PATH=/usr/bin:/bin:./ script: + - which shellcheck - bash -c 'export SHELLCHECK_OPTS="-e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa' - bash -c 'pwd' - bash -c 'ls -la'