Run shellcheck on scripts with hash-bangs for bin/bash and bin/sh
This commit is contained in:
parent
d42f8f66bb
commit
9ca9c024c6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue