Added test status to README.

This commit is contained in:
John Shaver 2018-11-30 11:30:12 -08:00
부모 e8837a0721
커밋 54ccf6fa37
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제

9
.drone.yml Normal file
파일 보기

@ -0,0 +1,9 @@
kind: pipeline
name: default
pipeline:
build:
image: node
commands:
- npm install
- npm test

파일 보기

@ -16,6 +16,9 @@ RSA tools. Lightweight. Zero Dependencies. Universal compatibility.
* [ ] ECDSA
* **Need EC or ECDSA tools?** Check out [Eckles.js](https://git.coolaj86.com/coolaj86/eckles.js)
## Test Status
[![Build Status](https://strong-emu-11.telebit.io/api/badges/jshaver/rasha-fork/status.svg)](https://strong-emu-11.telebit.io/jshaver/rasha-fork)
## Generate RSA Key
Achieves the *fastest possible key generation* using node's native RSA bindings to OpenSSL,