summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-04-02 00:32:47 +0200
committerPeter Drahoš <drahosp@gmail.com>2012-04-02 00:32:47 +0200
commit37029314d404e3365d4ce1379c232869348e11ba (patch)
tree87ab182053e95d56ec5003dbbbb4c68126d897f4 /README.md
parent3433a699541be59a84c93cbe208e02df8cb0c695 (diff)
downloadlibgit2-37029314d404e3365d4ce1379c232869348e11ba.tar.gz
Added Travis CI build status
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2c777cd..755a62b0 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.