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.
1 parent 64acc3d commit 18a063bCopy full SHA for 18a063b
circle.yml
@@ -14,7 +14,7 @@ jobs:
14
sudo docker-php-ext-install mysqli
15
sudo apt-get install mysql-client-5.7
16
- run: |
17
- - echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
+ echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
18
19
composer require wp-cli/wp-cli:dev-master
20
composer install
0 commit comments