Added Travis CI badge to README

This commit is contained in:
James Mills 2016-09-14 17:36:45 +10:00
parent 1a9f97a5c2
commit abaf4ebdee
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 2 additions and 0 deletions

View File

@ -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.