Run shellcheck on scripts with hash-bangs for bin/bash and bin/sh

This commit is contained in:
Kienan Stewart 2018-07-28 12:33:13 -04:00
parent d42f8f66bb
commit 9ca9c024c6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ php:
- 5.6
- 5.5
script:
- grep --exclude-dir=../.git/ --exclude-dir=../vendor/ -l -r -e '#!/bin/[bash|sh]' ../ | uniq | xargs shellcheck
- ../vendor/bin/phpcs ../
- ../vendor/bin/phpunit --coverage-clover=coverage.clover
before_script: