Enable async in the API.

This commit is contained in:
Mathias Meyer 2014-04-24 11:36:35 +02:00
parent 74761b439e
commit c240daa760

View File

@ -147,6 +147,7 @@ module Travis::Api
end
def self.setup_travis
Travis::Async.enabled = true
Travis::Amqp.config = Travis.config.amqp
setup_database_connections