Commit a1ae41b80b56cd49ecec049b7d2509f17596e116

Edward Thomson 2018-08-02T14:57:54

ci: add VSTS build badge to README

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index 5b50188..e9461d6 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ libgit2 - the Git linkable library
 
 [![Travis Build Status](https://secure.travis-ci.org/libgit2/libgit2.svg?branch=master)](http://travis-ci.org/libgit2/libgit2)
 [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/xvof5b4t5480a2q3/branch/master?svg=true)](https://ci.appveyor.com/project/libgit2/libgit2/branch/master)
+[![VSTS Build Status](https://libgit2.visualstudio.com/libgit2/_apis/build/status/libgit2)](https://libgit2.visualstudio.com/libgit2/_build/latest?definitionId=7)
 [![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
 
 `libgit2` is a portable, pure C implementation of the Git core methods