From 3ad9a2bf20f5f5162cbfc096dc10b3832c4f05f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 5 Dec 2017 00:40:39 +0100 Subject: [PATCH] Fix easyrsa path in testing (again) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c19917b..a854705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'