From d2468796673301c065824e545034ce3714d784df Mon Sep 17 00:00:00 2001 From: Remco Date: Mon, 22 Sep 2014 23:06:45 +0200 Subject: [PATCH 1/2] 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 From b1530b6184e57b76b5e06f6111db22d44f8e505f Mon Sep 17 00:00:00 2001 From: Remco Date: Mon, 22 Sep 2014 23:06:57 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a26725..cc459e6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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)https://travis-ci.org/dutchcoders/go-clamd.svg?branch=master +[![GoDoc](https://godoc.org/github.com/dutchcoders/go-clamd?status.svg)](https://godoc.org/github.com/dutchcoders/go-clamd) [![Build Status](https://travis-ci.org/dutchcoders/go-clamd.svg?branch=master)](https://travis-ci.org/dutchcoders/go-clamd) ## Examples