Skip to content

Commit 31f1db4

Browse files
author
Dario Ernst
committed
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>
1 parent 9e0359e commit 31f1db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- export PATH="$HOME/.yarn/bin:$PATH"
2323
- env: task=ShellCheck
2424
script:
25-
- shellcheck bin/*
25+
- shellcheck bin/heroku bin/setup
2626
language: generic
2727
- env: task=doctoc
2828
install: npm install doctoc

0 commit comments

Comments
 (0)