From 70f321e32747b3a7717ff9ca956a0746b8d0caec Mon Sep 17 00:00:00 2001 From: Kamisama Date: Tue, 27 Aug 2013 14:48:36 -0400 Subject: [PATCH] Starting the memcached server on travis To properly test the memcached cache engine --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a9e45b74..507135c11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ env: - DB=pgsql - DB=sqlite +services: + - memcached + matrix: include: - php: 5.4 @@ -29,6 +32,7 @@ before_script: - sudo apt-get install lighttpd - sh -c "if [ '$PHPCS' = '1' ]; then pear channel-discover pear.cakephp.org; fi" - sh -c "if [ '$PHPCS' = '1' ]; then pear install --alldeps cakephp/CakePHP_CodeSniffer; fi" + - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - phpenv rehash - set +H - echo "