From 9cb23279f5965b06210123feb5606ac24018dacb Mon Sep 17 00:00:00 2001 From: Tom Hudson Date: Thu, 10 Dec 2015 09:48:09 -0500 Subject: [PATCH] Adds Travis CI badge --- README.mkd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.mkd b/README.mkd index 15925ca..2f93e20 100644 --- a/README.mkd +++ b/README.mkd @@ -4,6 +4,8 @@ Library for parsing HTTP Link headers. Docs can be found on [the GoDoc page](https://godoc.org/github.com/TomNomNom/linkheader). +[![Build Status](https://travis-ci.org/TomNomNom/linkheader.svg)](https://travis-ci.org/TomNomNom/linkheader) + ## Basic Example ```go