Skip to content

Commit 1d3c3f8

Browse files
committed
Fix the Travis errors
1 parent 0b963bc commit 1d3c3f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

master.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ for branch_name in builder_branches['ola'].keys():
333333
c['builders'].append(
334334
BuilderConfig(name=builder_name,
335335
slavenames=[s.name() for s in ola_tcmalloc_slaves],
336-
factory=ola_hc_factory
336+
factory=ola_hc_factory,
337337
tags=['ola', ("ola-%s" % branch_name)]))
338338

339339
# Trunk only builders, these generally generate output to the website, so we
@@ -373,7 +373,8 @@ if ja_rule_doc_slaves:
373373
BuilderConfig(name="doxygen-doc-generator-ja-rule",
374374
slavenames=[s.name() for s in ja_rule_doc_slaves],
375375
factory=ja_rule_doc_factory,
376-
tags=['ja-rule', ("ja-rule-%s" % config['JA_RULE_TRUNK_NAME'])]))
376+
tags=['ja-rule', ("ja-rule-%s" %
377+
config['JA_RULE_TRUNK_NAME'])]))
377378

378379
################################################################################
379380
# SCHEDULERS

0 commit comments

Comments
 (0)