From 51f9375bb9f9e7a6bf38685f58026d03fe77d69b Mon Sep 17 00:00:00 2001 From: alphadevx Date: Tue, 3 Jan 2017 19:51:51 +0000 Subject: [PATCH] #270 - added Travis config to PECL-install the Memcache module --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8a9f5306..afd6ae47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_script: - php composer.phar install --dev --no-interaction - phpenv config-add php.ini - yes '' | pecl install -f apcu-5.1.7 + - yes '' | pecl install -f memcache-3.0.8 script: - vendor/bin/phpunit