[Pkg-javascript-commits] [node-ripemd160] 54/71: remove testing section from readme

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-ripemd160.

commit 3badae203ad8ad27cc42452c39742474e897673a
Author: Kirill Fomichev <fanatid at ya.ru>
Date:   Mon Feb 29 12:15:20 2016 +0300

    remove testing section from readme
---
 README.md | 29 ++++-------------------------
 1 file changed, 4 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md
index 49e126d..36e83fa 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
 ripemd160
 =========
 
-[![build status](https://secure.travis-ci.org/crypto-browserify/ripemd160.png)](http://travis-ci.org/crypto-browserify/ripemd160)
+[![NPM Package](https://img.shields.io/npm/v/ripemd160.svg?style=flat-square)](https://www.npmjs.org/package/ripemd160)
+[![Build Status](https://img.shields.io/travis/crypto-browserify/ripemd160.svg?branch=master&style=flat-square)](https://travis-ci.org/crypto-browserify/ripemd160)
+
+[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
 
 JavaScript component to compute the RIPEMD-160 hash of strings or bytes. This hash is commonly used in crypto currencies
 like Bitcoin.
@@ -72,30 +75,6 @@ var hex = buf.toString('hex')
 var arr = [].slice.call(buf)
 ```
 
-
-Testing
--------
-
-### Install dev deps:
-
-    npm install --development
-
-### Test in Node.js:
-
-    npm run test
-
-### Test in a Browser:
-
-Testing in the browser uses the excellent [Mochify](https://github.com/mantoni/mochify.js). Mochify can use either PhantomJS
-or an actual browser. You must have Selenium installed if you want to use an actual browser. The easiest way is to
-`npm install -g start-selenium` and then run `start-selenium`.
-
-Then run:
-
-    npm run browser-test
-
-
-
 License
 -------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git



More information about the Pkg-javascript-commits mailing list