|  |  |  | @ -29,8 +29,7 @@ class MemCachedTest extends CacheTestCase | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	public function testExpire() | 
			
		
	
		
			
				
					|  |  |  |  | 	{ | 
			
		
	
		
			
				
					|  |  |  |  | 		echo getenv('TRAVIS'); | 
			
		
	
		
			
				
					|  |  |  |  | 		if (($env = getenv('TRAVIS')) !== false && $env == 'true') { | 
			
		
	
		
			
				
					|  |  |  |  | 		if (getenv('TRAVIS') == 'true') { | 
			
		
	
		
			
				
					|  |  |  |  | 			$this->markTestSkipped('Can not reliably test memcached expiry on travis-ci.'); | 
			
		
	
		
			
				
					|  |  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  |  | 		parent::testExpire(); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |