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 264f67a + 2b10116 commit a548734Copy full SHA for a548734
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