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