aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-03-23 11:12:00 -0600
committerBen Johnson <benbjohnson@yahoo.com>2016-03-23 11:12:00 -0600
commitafb77b930b7a4146ad6b9bd1b0208e8cf4260b11 (patch)
treed9d496bd6f08807622e7bb9808c0abc5bf207a78 /README.md
parentMerge pull request #540 from erock2112/patch-1 (diff)
downloaddedo-afb77b930b7a4146ad6b9bd1b0208e8cf4260b11.tar.gz
dedo-afb77b930b7a4146ad6b9bd1b0208e8cf4260b11.tar.xz
remove badge
Remove the Drone.IO badge while setting up new test infrastructure.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cf67a6..09c6da2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Bolt [![Build Status](https://drone.io/github.com/boltdb/bolt/status.png)](https://drone.io/github.com/boltdb/bolt/latest) [![Coverage Status](https://coveralls.io/repos/boltdb/bolt/badge.svg?branch=master)](https://coveralls.io/r/boltdb/bolt?branch=master) [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](https://godoc.org/github.com/boltdb/bolt) ![Version](https://img.shields.io/badge/version-1.0-green.svg)
+Bolt [![Coverage Status](https://coveralls.io/repos/boltdb/bolt/badge.svg?branch=master)](https://coveralls.io/r/boltdb/bolt?branch=master) [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](https://godoc.org/github.com/boltdb/bolt) ![Version](https://img.shields.io/badge/version-1.0-green.svg)
====
Bolt is a pure Go key/value store inspired by [Howard Chu's][hyc_symas]