Skip to content

Commit 1b26ff4

Browse files
authored
Add the AppVeyor badge
1 parent 813fa79 commit 1b26ff4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
{
2121
"url": "https://travis-ci.org/Microsoft/vscode-python.svg?branch=master",
2222
"href": "https://travis-ci.org/Microsoft/vscode-python",
23-
"description": "Continuous integration"
23+
"description": "Continuous integration (Travis)"
24+
},
25+
{
26+
url: "https://ci.appveyor.com/api/projects/status/s0pt8d79gqw222j7?svg=true",
27+
"href: "https://ci.appveyor.com/project/DonJayamanne/vscode-python-v3vd6/branch/master",
28+
"description": "Continuous integration (AppVeyor)"
2429
},
2530
{
2631
"url": "https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg",
@@ -1871,4 +1876,4 @@
18711876
"publisherDisplayName": "Microsoft",
18721877
"publisherId": "998b010b-e2af-44a5-a6cd-0b5fd3b9b6f8"
18731878
}
1874-
}
1879+
}

0 commit comments

Comments
 (0)