summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-12-10 09:55:29 +0100
committernulltoken <emeric.fermas@gmail.com>2014-12-10 10:05:04 +0100
commit037b2a8b00036f41a05ed3b056f8b784a544010c (patch)
treeb1aba6df545f3257369b4fbf30f8c20a4d0dfd96
parent775d831b337295e3764c9c5d877e114eaa29701a (diff)
downloadlibgit2-037b2a8b00036f41a05ed3b056f8b784a544010c.tar.gz
readme: Make Travis build status badge reflect the state of master
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17b7b22db..2187c7f9f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
libgit2 - the Git linkable library
==================================
-[![Build Status](https://secure.travis-ci.org/libgit2/libgit2.png?branch=development)](http://travis-ci.org/libgit2/libgit2)
+[![Travis Build Status](https://secure.travis-ci.org/libgit2/libgit2.png?branch=master)](http://travis-ci.org/libgit2/libgit2)
[![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