File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ sudo : required
2+ dist : trusty
3+ language : node_js
4+ node_js :
5+ - " 9"
6+
7+ branches :
8+ only : master
9+
10+ before_script :
11+ - npm install
12+ - travis_retry wget https://raw.githubusercontent.com/jaggedsoft/node-binance-api/gh-travis/node-binance-api-test.js -O node-binance-api-test.js
13+ - npm install -g coveralls
14+ - npm install -g istanbul
15+
16+ script :
17+ - node node-binance-api-test.js
18+ - istanbul cover node-binance-api-test.js && cat ./coverage/lcov.info | coveralls
19+
Original file line number Diff line number Diff line change 1+ [ ![ Latest Version] ( https://img.shields.io/github/release/jaggedsoft/node-binance-api.svg?style=flat-square )] ( https://github.com/jaggedsoft/node-binance-api/releases )
12[ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/jaggedsoft/node-binance-api.svg?maxAge=2400 )] ( # )
23[ ![ npm downloads] ( https://img.shields.io/npm/dt/node-binance-api.svg?maxAge=7200 )] ( https://www.npmjs.com/package/node-binance-api )
4+ [ ![ HitCount] ( http://hits.dwyl.io/jaggedsoft/node-binance-api.svg )] ( http://hits.dwyl.io/jaggedsoft/node-binance-api )
5+ [ ![ Build Status] ( https://travis-ci.org/jaggedsoft/node-binance-api.svg?branch=master&style=flat-square )] ( https://travis-ci.org/jaggedsoft/node-binance-api )
6+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/jaggedsoft/node-binance-api/badge.svg?branch=master&style=flat-square )] ( https://coveralls.io/github/jaggedsoft/node-binance-api )
37
48[ ![ NPM] ( https://nodei.co/npm/node-binance-api.png?compact=true )] ( https://npmjs.org/package/node-binance-api )
59
You can’t perform that action at this time.
0 commit comments