mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
try making php-lint faster..
This commit is contained in:
parent
bed13f71bd
commit
8ee58aaf18
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue