From 10d6881dca255e60686c8f04afb4f420cf872d4f Mon Sep 17 00:00:00 2001 From: jparyani Date: Mon, 12 Aug 2013 17:20:58 -0700 Subject: [PATCH] Update README.md with Travis build indicator --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38bd051..20c3fce 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,6 @@ def printAddressBook(fd): f = open('example', 'r') printAddressBook(f.fileno()) ``` + +[![Build Status](https://travis-ci.org/jparyani/capnpc-python-cpp.png?branch=master)](https://travis-ci.org/jparyani/capnpc-python-cpp) +