From aff75592e334afcfeaaaba77f89e51397179625a Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Tue, 27 Nov 2012 15:22:23 +0100 Subject: [PATCH] don't set services manually --- Gemfile.lock | 2 +- lib/travis/api/app.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index df1b63f4..5de2987f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GIT GIT remote: git://github.com/travis-ci/travis-core.git - revision: 22d440b17e0032a1174a1b8d2307a590bb6bba77 + revision: ee4cc1f120d951dd4c75d4ec858eb531901e9889 specs: travis-core (0.0.1) actionmailer (~> 3.2.3) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index e50c7d94..1ea565b4 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -103,7 +103,6 @@ module Travis::Api def self.setup_travis Travis::Amqp.config = Travis.config.amqp Travis::Database.connect - Travis.services = Travis::Services Travis::Features.start Sidekiq.configure_client do |config| config.redis = Travis.config.redis.merge(size: 1, namespace: Travis.config.sidekiq.namespace)