diff --git a/.travis.yml b/.travis.yml index 298f268376d45d9a5715be5e01b5a79fc49febbf..bd3a8938df1ec451a3ea8434ec54d9187d280646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ before_script: - git clone git://github.com/typo3-ci/TYPO3-Travis-Integration.git build-environment - source build-environment/install-helper.sh - installPhpModule igbinary - - installPhpModule -y memcache +# Disable memcache tests for now +# - installPhpModule -y memcache - installPhpModule redis - if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then installPhpModule -y apc; fi