From d1a6ff7b49dd1b7a176c88ae76e832e1f1e7197a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 2 Sep 2013 13:41:13 +0200 Subject: [PATCH] Use MEMCACHIER_SERVERS --- lib/travis/api/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index 8ae5f30b..62f82265 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -85,7 +85,7 @@ module Travis::Api use ActiveRecord::ConnectionAdapters::ConnectionManagement use ActiveRecord::QueryCache - memcache_servers = ENV['MEMCACHE_SERVERS'] + memcache_servers = ENV['MEMCACHIER_SERVERS'] if Travis::Features.feature_active?(:use_rack_cache) && memcache_servers use Rack::Cache, verbose: true,