From 9ca9c024c6c014511368cf862a8cf7adf7417e9f Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sat, 28 Jul 2018 12:33:13 -0400 Subject: [PATCH] Run shellcheck on scripts with hash-bangs for bin/bash and bin/sh --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 595ab7f0..7a27c65d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: