circleci: "fixed" converts to "passing"

Fixes #380
This commit is contained in:
Thaddee Tyl 2015-03-03 09:14:34 +01:00
parent 67b5be75fe
commit 2d15340e81

View File

@ -2922,6 +2922,7 @@ cache(function(data, match, sendBadge, request) {
var status = data[0].status;
switch(status) {
case 'success':
case 'fixed':
badgeData.colorscheme = 'brightgreen';
badgeData.text[1] = 'passing';
break;