From 31f1db4100d639933595fe2cc7c538bef1f48f3d Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sat, 27 Jan 2018 22:35:21 +0100 Subject: [PATCH] Make travis run shellcheck only on shellscripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are only a few scripts in bin/, but not all might be shell. At least for the moment, it seems reasonable to explicitely enumerate all shell-scripts in bin/ for shellcheck … Signed-off-by: Dario Ernst --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee936e5..c23ebce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ jobs: - export PATH="$HOME/.yarn/bin:$PATH" - env: task=ShellCheck script: - - shellcheck bin/* + - shellcheck bin/heroku bin/setup language: generic - env: task=doctoc install: npm install doctoc