From 320b0efa7175b0271f1323553ab208615626843e Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 12 Feb 2015 13:17:50 +0000 Subject: [PATCH] Fixing run-builds. --- PHPCI/Command/RunCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Command/RunCommand.php b/PHPCI/Command/RunCommand.php index e0f37b6b..63e38b2d 100644 --- a/PHPCI/Command/RunCommand.php +++ b/PHPCI/Command/RunCommand.php @@ -47,7 +47,7 @@ class RunCommand extends Command /** * @var int */ - protected $maxBuilds = null; + protected $maxBuilds = 100; /** * @var bool