From b74c2c52e8ef478d5960cf3ffa6b775c55b51ec5 Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Mon, 1 Aug 2016 16:44:08 -0700 Subject: [PATCH] Add drone.io badge to the README (#21) close #18 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2b74aa36..ca2554b8aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Kolide +[![Build Status](https://drone.io/github.com/kolide/kolide-ose/status.png)](https://drone.io/github.com/kolide/kolide-ose/latest) + ## Building To build the code, run the following from the root of the repository: @@ -36,4 +38,4 @@ Once you `docker-compose up` and are running the databases, build the code and r ``` kolide prepare-db -``` \ No newline at end of file +```