Commit 037b2a8b00036f41a05ed3b056f8b784a544010c

nulltoken 2014-12-10T09:55:29

readme: Make Travis build status badge reflect the state of master

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 17b7b22..2187c7f 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