From d2468796673301c065824e545034ce3714d784df Mon Sep 17 00:00:00 2001 From: Remco Date: Mon, 22 Sep 2014 23:06:45 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bac2c34..2a26725 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ go-clamd Interface to clamd (clamav daemon). You can use go-clamd to implement virus detection capabilities to your application. -[![GoDoc](https://godoc.org/github.com/dutchcoders/go-clamd?status.svg)](https://godoc.org/github.com/dutchcoders/go-clamd) +[![GoDoc](https://godoc.org/github.com/dutchcoders/go-clamd?status.svg)](https://godoc.org/github.com/dutchcoders/go-clamd)https://travis-ci.org/dutchcoders/go-clamd.svg?branch=master +[![Build Status](https://travis-ci.org/dutchcoders/go-clamd.svg?branch=master)](https://travis-ci.org/dutchcoders/go-clamd) ## Examples