Only skip phpunit for now

master
Mike Koch 7 年前
父節點 fcaee13ba3
當前提交 88964a73eb
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 9BA5D7F8391455ED

@ -12,7 +12,7 @@ while test $# -gt 0; do
continue
fi
for file in `find $current -type f -not -path "*vendor/*" -not -path "*/api/Tests/*" -name "*.php"` ; do
for file in `find $current -type f -not -path "*vendor/phpunit/*" -not -path "*/api/Tests/*" -name "*.php"` ; do
RESULTS=`php -l $file`
echo $RESULTS

載入中…
取消
儲存