diff --git a/.travis.yml b/.travis.yml index 65f6584..bd946c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,12 @@ addons: - debian-sid packages: - shellcheck - +env: + - PATH=/usr/bin:/bin:./ script: - bash -c 'export SHELLCHECK_OPTS="-e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa' - bash -c 'pwd' - bash -c 'ls -la' - which openssl + - openssl version - sh -x op_test.sh