Merge remote-tracking branch 'meteormatt/master'

This commit is contained in:
Thaddee Tyl 2016-03-12 22:44:03 +01:00
commit a1332d406b

View File

@ -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) {