We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1664291 + d47e597 commit 2b10116Copy full SHA for 2b10116
circle.yml
@@ -14,7 +14,7 @@ dependencies:
14
# Disable xdebug, which makes Composer slower.
15
- echo "" > /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
16
# Increase memory limit
17
- - echo "memory_limit = 512M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
+ - echo "memory_limit = 1024M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
18
override:
19
- composer require wp-cli/wp-cli:dev-master
20
- composer install
0 commit comments