Skip to content

Commit

Permalink
CircleCI: valid comment example.
Browse files Browse the repository at this point in the history
  • Loading branch information
espadrine committed Jan 11, 2015
1 parent 7881894 commit a2ce1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -2785,7 +2785,7 @@ cache(function(data, match, sendBadge, request) {
// https://circleci.com/api/v1/project/BrightFlair/PHP.Gt?circle-token=0a5143728784b263d9f0238b8d595522689b3af2&limit=1&filter=completed
camp.route(/^\/circleci\/project\/([^\/]+\/[^\/]+)(?:\/(.*))?\.(svg|png|gif|jpg|json)$/,
cache(function(data, match, sendBadge, request) {
var userRepo = match[1]; // eg, `doctrine/orm`.
var userRepo = match[1]; // eg, `BrightFlair/PHP.Gt`.
var branch = match[2];
var format = match[3];

Expand Down

0 comments on commit a2ce1e6

Please sign in to comment.