mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
set phpcs memory limit in circle ci (suggested number, no idea if that's enough)
This commit is contained in:
parent
08d515d7af
commit
2a6ff76cb3
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Code Style Analysis with PHPCS
|
name: Code Style Analysis with PHPCS
|
||||||
command: vendor/bin/phpcs
|
command: vendor/bin/phpcs -d memory_limit=512M
|
||||||
|
|
||||||
phar-build:
|
phar-build:
|
||||||
executor: php-74
|
executor: php-74
|
||||||
|
Loading…
x
Reference in New Issue
Block a user