From 67ced150d52fe4bf7eb0b7a3371f4cfe22a2f0e7 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Wed, 3 Jan 2018 19:44:18 -0600 Subject: [PATCH] :\ Seriously though, more automation. Signed-off-by: Eric F Crist --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8cf9a2..bbb00eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,10 @@ addons: - debian-sid packages: - shellcheck + - openssl script: - bash -c 'export SHELLCHECK_OPTS="-e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa' - bash -c 'pwd' - bash -c 'ls -la' - - bash -c 'sh -x op_test.sh' + - sh -x op_test.sh