There was an error while loading. Please reload this page.
1 parent 159ca6c commit cf1a4cdCopy full SHA for cf1a4cd
circle.yml
@@ -7,8 +7,8 @@ machine:
7
dependencies:
8
pre:
9
- yes '' | pecl install -f apcu-4.0.10
10
- - echo "extension=apcu.so" | sudo tee -a /opt/circleci/php/$(phpenv global)/etc/php.ini
11
- - echo "apc.enable_cli = 1" | sudo tee -a /opt/circleci/php/$(phpenv global)/etc/php.ini
+ - echo "extension=apcu.so" >> $(php-config --prefix)/etc/conf.d/apcu.ini
+ - echo "apc.enable_cli = 1" >> $(php-config --prefix)/etc/conf.d/apcu.ini
12
- docker pull php
13
- docker pull nyanpass/php5.5
14
0 commit comments