Make travis run shellcheck only on shellscripts

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 <dario@kanojo.de>
This commit is contained in:
Dario Ernst 2018-01-27 22:35:21 +01:00
parent 9e0359e079
commit 31f1db4100
1 changed files with 1 additions and 1 deletions

View File

@ -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