From edd5233a0c726848385efdf530cf430d5d9ea83d Mon Sep 17 00:00:00 2001 From: josebarn Date: Sun, 13 Aug 2017 08:12:14 -0300 Subject: [PATCH] modified readme for pr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38ed11d..0df7a67 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # drone-with-go [![Build Status](http://beta.drone.io/api/badges/drone-demos/drone-with-go/status.svg)](http://beta.drone.io/drone-demos/drone-with-go) [![Build Status](https://aircover.co/badges/drone-demos/drone-with-go/coverage.svg)](https://aircover.co/drone-demos/drone-with-go) An example of how to test Go code with Drone. + +Inspect the .drone.yml file for details on the build steps for this simple go project.