parent
9133c544d5
commit
35a6d1f577
4 changed files with 188 additions and 1 deletions
|
|
@ -61,6 +61,9 @@ class BuildFactory
|
|||
case 'hg':
|
||||
$type = 'MercurialBuild';
|
||||
break;
|
||||
case 'svn':
|
||||
$type = 'SubversionBuild';
|
||||
break;
|
||||
}
|
||||
|
||||
$type = '\\PHPCI\\Model\\Build\\' . $type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue