From f63b8e9508b10d5803a5968ca30e68cb7ce2d6bf Mon Sep 17 00:00:00 2001
From: Richard Mitchell <richard.j.mitchell@gmail.com>
Date: Sat, 11 Aug 2018 21:20:20 +0100
Subject: [PATCH] Add build status and go report links to readme

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index f72bda5..f62dbf3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Hue exporter
 
+[![Travis CI build](https://travis-ci.org/mitchellrj/hue_exporter.svg?branch=master)](https://travis-ci.org/mitchellrj/hue_exporter) [![Go report](https://goreportcard.com/badge/github.com/mitchellrj/hue_exporter)](https://goreportcard.com/report/github.com/mitchellrj/hue_exporter)
+
 This is a Prometheus exporter for the Philips Hue system. It's written in Go.
 
 It exposes metrics about lights, groups and sensors. I hope you like it.
-- 
GitLab