From 9ba021c62203f507db75f6af9d9885a9f4e7ce52 Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Fri, 9 Oct 2015 10:48:23 -0700 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 786e926..4a39f0d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ encryption and decryption server. ## Building -[![Build Status](https://travis-ci.org/cloudflare/redoctober.png?branch=master)](https://travis-ci.org/cloudflare/redoctober) [![Build Status](https://drone.io/github.com/cloudflare/redoctober/status.png)](https://drone.io/github.com/cloudflare/redoctober/latest)[![Coverage Status](http://codecov.io/github/cloudflare/redoctober/coverage.svg?branch=master)](http://codecov.io/github/redoctober/cfssl?branch=master) +[![Build Status](https://travis-ci.org/cloudflare/redoctober.png?branch=master)](https://travis-ci.org/cloudflare/redoctober) [![Build Status](https://drone.io/github.com/cloudflare/redoctober/status.png)](https://drone.io/github.com/cloudflare/redoctober/latest)[![Coverage Status](http://codecov.io/github/cloudflare/redoctober/coverage.svg?branch=master)](http://codecov.io/github/cloudflare/redoctober?branch=master) This project requires [Go 1.2](http://golang.org/doc/install#download) or later to compile. Verify your go version by running `go version`: