Replace 'CircleCi' key with 'build'.
Badges are not ads. See https://github.com/badges/shields/blob/master/spec/SPECIFICATION.md
This commit is contained in:
parent
5c35ef60dc
commit
ca9f2a2356
|
@ -2787,7 +2787,7 @@ cache(function(data, match, sendBadge, request) {
|
|||
'?circle-token=0a5143728784b263d9f0238b8d595522689b3af2'
|
||||
+ '&limit=1&filter=completed';
|
||||
|
||||
var badgeData = getBadgeData('CircleCI', data);
|
||||
var badgeData = getBadgeData('build', data);
|
||||
|
||||
request(apiUrl, {json:true}, function(err, res, data) {
|
||||
if (err != null) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user