From 7af49187ef3e35200b318311520d1a96db00209e Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 19 May 2014 22:02:37 -0700 Subject: [PATCH] Add Travis CI build status image to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 209c5bf..91b5304 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ This package implements a simple client that anonymously listens for VOEvent (http://www.ivoa.net/documents/VOEvent) XML format notices over the custom TCP/IP VOEvent Transport Protocol (http://www.ivoa.net/documents/Notes/VOEventTransport). + +[![Build Status](https://travis-ci.org/lpsinger/pygcn.svg?branch=master)](https://travis-ci.org/lpsinger/pygcn)