don't set services manually

This commit is contained in:
Sven Fuchs 2012-11-27 15:22:23 +01:00
parent e383193323
commit aff75592e3
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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)