summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wilkin <[email protected]>2014-12-04 19:51:41 +0000
committerSteven Wilkin <[email protected]>2014-12-04 19:51:41 +0000
commit9b0ba12c34fc21eb82db15f4db237a6c2e26d220 (patch)
tree930ffc721ff088526945b1f2d2a54e2181638235
parent17963043741d7057cae1782032d022af0cd053fb (diff)
Add build status to README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d10c46e..b1be00b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
git2go
======
-[![GoDoc](https://godoc.org/github.com/libgit2/git2go?status.svg)](http://godoc.org/github.com/libgit2/git2go)
+[![GoDoc](https://godoc.org/github.com/libgit2/git2go?status.svg)](http://godoc.org/github.com/libgit2/git2go) [![Build Status](https://travis-ci.org/libgit2/git2go.svg?branch=master)](https://travis-ci.org/libgit2/git2go)
Go bindings for [libgit2](http://libgit2.github.com/). The master branch follows the latest libgit2 release.