Add "running" status case for appveyor
This commit is contained in:
parent
479b5198b6
commit
2ba6804d91
|
@ -236,7 +236,7 @@ cache(function(data, match, sendBadge) {
|
||||||
badgeData.text[1] = status;
|
badgeData.text[1] = status;
|
||||||
if (status === 'success') {
|
if (status === 'success') {
|
||||||
badgeData.colorscheme = 'brightgreen';
|
badgeData.colorscheme = 'brightgreen';
|
||||||
} else {
|
} else if (status !== 'running') {
|
||||||
badgeData.colorscheme = 'red';
|
badgeData.colorscheme = 'red';
|
||||||
}
|
}
|
||||||
sendBadge(format, badgeData);
|
sendBadge(format, badgeData);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user