Skip to content

Commit

Permalink
Tweaks to Infection CircleCI task
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 6, 2021
1 parent 7c18892 commit 12fd195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ commands:
steps:
- run:
name: Run code quality analysis (PHP Insights)
command: php --memory-limit=2G ./vendor/bin/phpinsights -v --no-interaction --min-quality=90 --min-complexity=50 --min-architecture=90 --min-style=90
command: php -d memory-limit=2G ./vendor/bin/phpinsights -v --no-interaction --min-quality=90 --min-complexity=50 --min-architecture=90 --min-style=90

run-phpstan:
steps:
Expand Down

0 comments on commit 12fd195

Please sign in to comment.