From abaf4ebdeea5b452a726da0930fd6850170eaeab Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 14 Sep 2016 17:36:45 +1000 Subject: [PATCH] Added Travis CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc3d369..43bf5da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Gopher protocol library for Golang +[![Build Status](https://travis-ci.org/prologic/go-gopher.svg)](https://travis-ci.org/prologic/go-gopher) + This is a standards compliant Gopher library for the Go programming language implementing the RFC 1436 specification. The library includes both client and server handling and examples of each.