Add appveyor queued status as exception to an error
This commit is contained in:
parent
1c22303660
commit
7a6cd7dcfa
|
@ -363,7 +363,7 @@ cache(function(data, match, sendBadge, request) {
|
|||
badgeData.text[1] = status;
|
||||
if (status === 'success') {
|
||||
badgeData.colorscheme = 'brightgreen';
|
||||
} else if (status !== 'running') {
|
||||
} else if (status !== 'running' && status !== 'queued') {
|
||||
badgeData.colorscheme = 'red';
|
||||
}
|
||||
sendBadge(format, badgeData);
|
||||
|
|
Loading…
Reference in New Issue
Block a user