From c240daa7601456028eae4bdcb5a86a73166e97fe Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Thu, 24 Apr 2014 11:36:35 +0200 Subject: [PATCH] Enable async in the API. --- lib/travis/api/app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index 3683a5cd..f099787f 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -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