Skip to content

Commit 2787403

Browse files
committed
Memory limit error on CircleCI
1 parent 2430b59 commit 2787403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
command: ./vendor/bin/phpcs src
6262
- run:
6363
name: PHPStan Analyze
64-
command: ./vendor/bin/phpstan analyze src
64+
command: php -dmemory_limit=-1 vendor/bin/phpstan.phar
6565
- run:
6666
name: PHPUnit
6767
command: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)