Travis env: PATH

Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
Richard Bonhomme 2019-02-01 01:52:14 +00:00
parent 76d92c2af4
commit 145ba1a77e
No known key found for this signature in database
GPG Key ID: D7D49FA009D95091

View File

@ -7,6 +7,7 @@ matrix:
- os: linux
dist: bionic
script:
env: PATH=/usr/bin:/bin:./:/usr/local/bin
- openssl version
- shellcheck --version
- bash -c 'export SHELLCHECK_OPTS="-S warning -e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'