Enable async in the API.
This commit is contained in:
parent
74761b439e
commit
c240daa760
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user