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 ff3f0f4 commit bb13ca3Copy full SHA for bb13ca3
1 file changed
.travis.yml
@@ -25,6 +25,7 @@ before_script:
25
else
26
pecl channel-update pecl.php.net;
27
yes | pecl install -f mongodb-stable;
28
+ yes | pecl install -f memcached;
29
yes | pecl install -f apcu-stable || true;
30
phpenv config-add bin/ci/php_phpfastcache.ini;
31
fi
0 commit comments