Added Travis CI build status

This commit is contained in:
Peter Drahoš 2012-04-02 00:32:47 +02:00
parent 3433a69954
commit 37029314d4

View File

@ -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.