Merge remote-tracking branch 'tomap/master'
This commit is contained in:
commit
fdc3c98915
|
@ -129,7 +129,7 @@ Pixel-perfect Retina-ready Fast Consistent Hackable
|
|||
<td><img src='https://img.shields.io/circleci/project/BrightFlair/PHP.Gt/master.svg' alt=''/></td>
|
||||
<td><code>https://img.shields.io/circleci/token/YOURTOKEN/project/BrightFlair/PHP.Gt/master.svg</code></td>
|
||||
</tr>
|
||||
<tr><th data-doc='visualStudioOnline'> Visual Studio Online: </th>
|
||||
<tr><th data-doc='visualStudioTeamServices'> Visual Studio Team Services: </th>
|
||||
<td><img src='https://img.shields.io/vso/build/larsbrinkhoff/953a34b9-5966-4923-a48a-c41874cfb5f5/1.svg' alt=''/></td>
|
||||
<td><code>https://img.shields.io/vso/build/larsbrinkhoff/953a34b9-5966-4923-a48a-c41874cfb5f5/1.svg</code></td>
|
||||
</tr>
|
||||
|
@ -1046,7 +1046,7 @@ is where the current server got started.
|
|||
</dialog>
|
||||
|
||||
<div id=documentation style='display:none'>
|
||||
<div id=visualStudioOnline>
|
||||
<div id=visualStudioTeamServices>
|
||||
<p>To obtain your own badge, you will first need to enable badges for your
|
||||
project:
|
||||
</p>
|
||||
|
|
|
@ -4667,7 +4667,7 @@ cache(function(data, match, sendBadge, request) {
|
|||
});
|
||||
}));
|
||||
|
||||
// Visual Studio Online build integration.
|
||||
// Visual Studio Team Services build integration.
|
||||
camp.route(/^\/vso\/build\/([^\/]+)\/([^\/]+)\/([^\/]+)\.(svg|png|gif|jpg|json)$/,
|
||||
cache(function(data, match, sendBadge, request) {
|
||||
var name = match[1]; // User name
|
||||
|
|
4
try.html
4
try.html
|
@ -128,7 +128,7 @@ Pixel-perfect Retina-ready Fast Consistent Hackable
|
|||
<td><img src='/circleci/project/BrightFlair/PHP.Gt/master.svg' alt=''/></td>
|
||||
<td><code>https://img.shields.io/circleci/token/YOURTOKEN/project/BrightFlair/PHP.Gt/master.svg</code></td>
|
||||
</tr>
|
||||
<tr><th data-doc='visualStudioOnline'> Visual Studio Online: </th>
|
||||
<tr><th data-doc='visualStudioTeamServices'> Visual Studio Team services: </th>
|
||||
<td><img src='/vso/build/larsbrinkhoff/953a34b9-5966-4923-a48a-c41874cfb5f5/1.svg' alt=''/></td>
|
||||
<td><code>https://img.shields.io/vso/build/larsbrinkhoff/953a34b9-5966-4923-a48a-c41874cfb5f5/1.svg</code></td>
|
||||
</tr>
|
||||
|
@ -1045,7 +1045,7 @@ is where the current server got started.
|
|||
</dialog>
|
||||
|
||||
<div id=documentation style='display:none'>
|
||||
<div id=visualStudioOnline>
|
||||
<div id=visualStudioTeamServices>
|
||||
<p>To obtain your own badge, you will first need to enable badges for your
|
||||
project:
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user