Skip to content

Commit a548734

Browse files
Merge branch 'master' into 170-license
2 parents 264f67a + 2b10116 commit a548734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
# Disable xdebug, which makes Composer slower.
1515
- echo "" > /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
1616
# Increase memory limit
17-
- echo "memory_limit = 512M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
17+
- echo "memory_limit = 1024M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
1818
override:
1919
- composer require wp-cli/wp-cli:dev-master
2020
- composer install

0 commit comments

Comments
 (0)