From 8eab8640fd2bab9764d14521a5c17e66f066e1f9 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 1 Sep 2012 14:11:24 +0200 Subject: [PATCH] add travis build status to readme --- README.mdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.mdown b/README.mdown index 45394542..c5bd586c 100644 --- a/README.mdown +++ b/README.mdown @@ -174,3 +174,5 @@ Jedi automatically starts the completion, if you type a dot, e.g. `str.`, if you don't want this: let g:jedi#popup_on_dot = 0 + +[![Build Status](https://secure.travis-ci.org/davidhalter/jedi.png?branch=master)](http://travis-ci.org/davidhalter/jedi)