fixing shell command

This commit is contained in:
Ralf Becker 2016-08-13 13:25:02 +02:00
parent 7fcff0adee
commit 5c9cf3c60b

View File

@ -32,7 +32,7 @@ before_script:
php -m;
pecl config-show;
which pecl;
pecl config-show|grep /5.6|cut -c 32-|sed 's/5\.6\.[0-9]*/'$(phpenv version-name)'5.4.45/g'|xargs -t -L 1 pecl config-set;
pecl config-show|grep /5.6|cut -c 32-|sed "s/5\.6\.[0-9]*/$(phpenv version-name)/g"|xargs -t -L 1 pecl config-set;
pecl config-show;
yes "" | pecl install memcache;
yes "" | pecl install apcu-4.0.11;