Commit 37029314d404e3365d4ce1379c232869348e11ba

Peter Drahoš 2012-04-02T00:32:47

Added Travis CI build status

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index d2c777c..755a62b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 libgit2 - the Git linkable library
 ======================
 
+[![Build Status](https://secure.travis-ci.org/libgit2/libgit2.png?branch=development)](http://travis-ci.org/libgit2/libgit2)
+
 libgit2 is a portable, pure C implementation of the Git core methods provided as a
 re-entrant linkable library with a solid API, allowing you to write native
 speed custom Git applications in any language with bindings.