Merge remote-tracking branch 'meteormatt/master'
This commit is contained in:
commit
a1332d406b
|
@ -3603,7 +3603,7 @@ cache(function(data, match, sendBadge, request) {
|
|||
var branch = match[2];
|
||||
var options = {
|
||||
method: 'GET',
|
||||
uri: 'https://www.codeship.io/projects/' + projectId + '/status' + (branch != null ? '?branch=' + branch : '')
|
||||
uri: 'https://codeship.com/projects/' + projectId + '/status' + (branch != null ? '?branch=' + branch : '')
|
||||
};
|
||||
var badgeData = getBadgeData('build', data);
|
||||
request(options, function(err, res) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user