Skip to content

Commit

Permalink
feat: add appveyor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 22, 2016
1 parent 4915822 commit 259b46c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/shields-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ module.exports = {
link: 'https://travis-ci.org/{repo}',
hasBranchVersion: true,
},
appveyor: {
text: 'Build Status on Windows',
path: 'appveyor/ci/{repo}',
link: 'https://ci.appveyor.com/project/{repo}',
branchLink: 'https://ci.appveyor.com/project/{repo}/branch/{branch}',
hasBranchVersion: true,
},
coveralls: {
text: 'Coverage Status',
path: 'coveralls/{repo}',
Expand Down

0 comments on commit 259b46c

Please sign in to comment.