Reorder travis builds together on try.html.

Also, update comment on TeamCity to be more contextual.
This commit is contained in:
Thaddee Tyl 2014-04-23 23:32:22 +00:00
parent acfe2accb2
commit fdc9f374c3
2 changed files with 5 additions and 5 deletions

View File

@ -883,7 +883,7 @@ cache(function(data, match, sendBadge) {
// TeamCity CodeBetter version integration.
camp.route(/^\/teamcity\/codebetter\/(.*)\.(svg|png|gif|jpg)$/,
cache(function(data, match, sendBadge) {
var buildType = match[1]; // eg, `localeval`.
var buildType = match[1]; // eg, `bt428`.
var format = match[2];
var apiUrl = 'http://teamcity.codebetter.com/app/rest/builds/buildType:(id:' + buildType + ')?guest=1';
var badgeData = getBadgeData('build', data);

View File

@ -91,10 +91,6 @@ I made the GitHub Badge Service.
<h3> Miscellaneous </h3>
<table><tbody>
<tr><th> Travis branch: </th>
<td><img src='/travis/joyent/node/v0.6.svg' alt=''/></td>
<td><code>http://img.shields.io/travis/joyent/node/v0.6.svg</code></td>
</tr>
<tr><th> Gittip: </th>
<td><img src='/gittip/JSFiddle.svg' alt=''/></td>
<td><code>http://img.shields.io/gittip/JSFiddle.svg</code></td>
@ -130,6 +126,10 @@ I made the GitHub Badge Service.
<td><img src='/travis/joyent/node.svg' alt=''/></td>
<td><code>http://img.shields.io/travis/joyent/node.svg</code></td>
</tr>
<tr><th> Travis branch: </th>
<td><img src='/travis/joyent/node/v0.6.svg' alt=''/></td>
<td><code>http://img.shields.io/travis/joyent/node/v0.6.svg</code></td>
</tr>
<tr><th> TeamCity CodeBetter: </th>
<td><img src='/teamcity/codebetter/bt428.svg' alt=''/></td>
<td><code>http://img.shields.io/teamcity/codebetter/bt428.svg</code></td>