Skip to content

Commit 5eda80d

Browse files
authored
Add VSTS CI badge to our package.json manifest (microsoft#2042)
1 parent 7334be7 commit 5eda80d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
},
1919
"qna": "https://stackoverflow.com/questions/tagged/visual-studio-code+python",
2020
"badges": [
21+
{
22+
"url": "https://vscode-python.visualstudio.com/VSCode-Python/_apis/build/status/VSCode-Python-Rolling-CI?branchName=master",
23+
"href": "https://vscode-python.visualstudio.com/VSCode-Python/VSCode-Python%20Team/_build/index?context=allDefinitions&path=&definitionId=9",
24+
"description": "Continuous integration (VSTS)"
25+
},
2126
{
2227
"url": "https://travis-ci.org/Microsoft/vscode-python.svg?branch=master",
2328
"href": "https://travis-ci.org/Microsoft/vscode-python",
2429
"description": "Continuous integration (Travis)"
2530
},
26-
{
27-
"url": "https://ci.appveyor.com/api/projects/status/s0pt8d79gqw222j7?svg=true",
28-
"href": "https://ci.appveyor.com/project/DonJayamanne/vscode-python-v3vd6/branch/master",
29-
"description": "Continuous integration (AppVeyor)"
30-
},
3131
{
3232
"url": "https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg",
3333
"href": "https://codecov.io/gh/Microsoft/vscode-python",

0 commit comments

Comments
 (0)