summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 330066b..ad20186 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -18,7 +18,7 @@ c = BuildmasterConfig = {}
c['workers'] = [worker.Worker("lcov-worker", "lcov-pass"),
worker.Worker("selenium-worker", "selenium-pass"),
worker.Worker("doc-worker", "doc-pass"),
- worker.Worker("switcher-worker", "switcher-pass")]
+ worker.Worker("switcher-worker", "switcher-pass"),
worker.Worker("wallet-worker", "wallet-pass")]
# 'protocols' contains information about protocols which master will use for