Skip to content

Commit

Permalink
travis: run shellcheck on bash_completion.sh.in too
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 25, 2019
1 parent a3129ac commit 0eebaef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ script:
-e CI=true -e DIST=$DIST -e BSD=$BSD
${NETWORK:+--network $NETWORK}
-t bash-completion:$DIST test/docker/docker-script.sh
- test $DIST != tools ||
test/run-shellcheck -f gcc bash_completion completions/!(Makefile*)
- if test $DIST = tools; then
test/run-shellcheck -f gcc bash_completion completions/!(Makefile*);
test/run-shellcheck -f gcc -s sh bash_completion.sh.in;
fi

0 comments on commit 0eebaef

Please sign in to comment.