fix typo 32 instead of 32-

This commit is contained in:
Ralf Becker 2016-08-13 13:18:15 +02:00
parent 75fe23cea5
commit 7fcff0adee

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)'5.4.45/g'|xargs -t -L 1 pecl config-set;
pecl config-show;
yes "" | pecl install memcache;
yes "" | pecl install apcu-4.0.11;