From e671238848acd4a70d2fc48de84a893611da2eef Mon Sep 17 00:00:00 2001 From: fosslinux <31115700+fosslinux@users.noreply.github.com> Date: Wed, 27 Feb 2019 09:04:37 +1100 Subject: [PATCH] ; -> && in .travis-ci.yml ensure that shopt completes successfully before running shellcheck --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b32474..ee57ebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: shell script: - - bash -c 'shopt -s globstar; shellcheck burrow' + - bash -c 'shopt -s globstar && shellcheck burrow'