Skip to content

Commit

Permalink
trying 1G memory for bc-check
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 11, 2018
1 parent fac3cd4 commit 900e230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"unit-tests": "vendor/bin/codecept run unit --coverage",
"bc-check": "php -d memory_limit=480M vendor/bin/roave-backward-compatibility-check",
"bc-check": "php -d memory_limit=1G vendor/bin/roave-backward-compatibility-check",
"phpstan": "vendor/bin/phpstan analyse -l 4 src",
"phpcs": "vendor/bin/phpcs --standard=PSR2 src tests",
"phpcbf": "vendor/bin/phpcbf --standard=PSR2 src tests",
Expand Down

0 comments on commit 900e230

Please sign in to comment.