try making php-lint faster..
This commit is contained in:
parent
bed13f71bd
commit
8ee58aaf18
|
@ -20,7 +20,7 @@ steps:
|
|||
image: php:${PHP_MAJOR_VERSION}
|
||||
group: lint
|
||||
commands:
|
||||
- ./bin/composer.phar run lint
|
||||
- find . -name \*.php -not -path './vendor/*' -not -path './view/asset/*' -print0 | xargs -0 -n1 php -l
|
||||
restore_cache:
|
||||
image: meltwater/drone-cache:dev
|
||||
settings:
|
||||
|
|
Loading…
Reference in New Issue
Block a user