forked from extern/egroupware
fix typo 32 instead of 32-
This commit is contained in:
parent
75fe23cea5
commit
7fcff0adee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user