From 278a93887b28f58ddcbaa8782dedda144775217f Mon Sep 17 00:00:00 2001 From: Louis Miller Date: Thu, 13 Oct 2016 17:50:47 +0200 Subject: [PATCH] add badges for travis and docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0658e6d..aef9487 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NSQ Exporter -[![GoDoc](https://godoc.org/github.com/lovoo/nsq_exporter?status.svg)](https://godoc.org/github.com/lovoo/nsq_exporter) +[![GoDoc](https://godoc.org/github.com/lovoo/nsq_exporter?status.svg)](https://godoc.org/github.com/lovoo/nsq_exporter) [![Build Status](https://travis-ci.org/lovoo/nsq_exporter.svg?branch=master)](https://travis-ci.org/lovoo/nsq_exporter) [![](https://images.microbadger.com/badges/image/lovoo/nsq_exporter.svg)](https://microbadger.com/images/lovoo/nsq_exporter "Get your own image badge on microbadger.com") NSQ exporter for prometheus.io, written in go.