From 12815c487a979b0d3a736e913b3439974a565111 Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Thu, 14 May 2020 17:16:44 -0700 Subject: [PATCH] update shellcheck to allow bashishms since its a bash script anyhow --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e64918..063ea57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ script: # Fail if any of these files have warnings - - shellcheck flash + - shellcheck -s bash flash