mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
disable memcached for travis
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Smarty PHPUnit Config
|
||||
*/
|
||||
define('individualFolders', true);
|
||||
define('MemCacheEnable', true);
|
||||
define('MemCacheEnable', false);
|
||||
define('ApcCacheEnable', false);
|
||||
define('MysqlCacheEnable', true);
|
||||
define('PdoCacheEnable', false);
|
||||
|
Reference in New Issue
Block a user