summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-05-04 16:57:18 +0200
committerSebastian Thiel <byronimo@gmail.com>2014-05-04 16:57:25 +0200
commitcc93c4f3ddade455cc4f55bc93167b1d2aeddc4f (patch)
tree81ff066242e972e01bf65685a54f4c32dc198704
parent1f225d4b8c3d7eb90038c246a289a18c7b655da2 (diff)
downloadgitpython-cc93c4f3ddade455cc4f55bc93167b1d2aeddc4f.tar.gz
Fixed travis-ci url in Readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c081f25f..6f2039dc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## GitPython
-.. image:: https://travis-ci.org/gitpython-developers/GitPython.svg?branch=master :target: https://travis-ci.org/gitpython-developers/GitPython
+[![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg?branch=0.3)](https://travis-ci.org/gitpython-developers/GitPython)
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.