aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregg Caines <[email protected]>2014-06-22 07:08:52 -0700
committerGregg Caines <[email protected]>2014-06-22 07:08:52 -0700
commit6bf5c21e5880859245a8a1d03d5350e2bbaa86aa (patch)
tree2b1854cbdf0065c77d655b14de38915dfbba99e3
parent24db240bb601b704d2de9c3491c515c777f8e22c (diff)
downloadnode-coveralls-6bf5c21e5880859245a8a1d03d5350e2bbaa86aa.tar.xz
node-coveralls-6bf5c21e5880859245a8a1d03d5350e2bbaa86aa.zip
remove drone.io badges that never worked.
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index b22e6ff..4b03c9d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
#node-coveralls
-[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Codeship Build Status][codeship-image]][codeship-url] [![Build Status][drone-image]][drone-url]
+[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Codeship Build Status][codeship-image]][codeship-url]
[Coveralls.io](https://coveralls.io/) support for node.js. Get the great coverage reporting of coveralls.io and add a cool coverage button ( like the one above ) to your README.
@@ -110,9 +110,6 @@ If you want to send commit data to coveralls, you can set the `COVERALLS_GIT_COM
[coveralls-image]: https://img.shields.io/coveralls/cainus/node-coveralls.svg?branch=master
[coveralls-url]: https://coveralls.io/r/cainus/node-coveralls?branch=master
-[drone-image]: https://drone.io/github.com/cainus/node-coveralls/status.png
-[drone-url]: https://drone.io/github.com/cainus/node-coveralls/latest
-
## Contributing
I generally don't accept pull requests that are untested, or break the build, because I'd like to keep the quality high (this is a coverage tool afterall!).