Fix easyrsa path in testing (again)

This commit is contained in:
Viktor Szépe 2017-12-05 00:40:39 +01:00 committed by GitHub
parent 9c06ae67ab
commit 3ad9a2bf20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ addons:
- shellcheck
script:
- bash -c 'shopt -s globstar; shellcheck **/*.sh easy-rsa/easyrsa3/easyrsa'
- bash -c 'shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'