mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +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:
|
||||
name: Code Style Analysis with PHPCS
|
||||
command: vendor/bin/phpcs
|
||||
command: vendor/bin/phpcs -d memory_limit=512M
|
||||
|
||||
phar-build:
|
||||
executor: php-74
|
||||
|
Loading…
x
Reference in New Issue
Block a user