Add Bitbucket tests

This commit is contained in:
joeybloggs
2016-01-07 15:51:13 -05:00
parent 4598745601
commit b6efbd9323
5 changed files with 2906 additions and 22 deletions
+2
View File
@@ -9,6 +9,8 @@ func (p Provider) String() string {
switch p {
case GitHub:
return "GitHub"
case Bitbucket:
return "Bitbucket"
default:
return "Unknown"
}