Change CodeShip domain

This commit is contained in:
Liu Xing 2016-01-05 11:11:26 +08:00
parent a0a6e363e5
commit 0c692d25e0

View File

@ -3604,7 +3604,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) {