Skip to content

Commit

Permalink
added testling support
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Jun 6, 2014
1 parent 9e0c9d8 commit 2f77304
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ coinstring
[![Coverage Status](https://img.shields.io/coveralls/cryptocoinjs/coinstring.svg)](https://coveralls.io/r/cryptocoinjs/coinstring)
[![Version](http://img.shields.io/npm/v/coinstring.svg)](https://www.npmjs.org/package/coinstring)

[![browser support](https://ci.testling.com/cryptocoinjs/coinstring.png)](https://ci.testling.com/cryptocoinjs/coinstring)

JavaScript component that's used to generate relevant addresses, wallet import formats, BIP32 encodings, and base 58 check encoding
used by various crypto currencies. Works in Node.js and the browser.
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,16 @@
"unit": "./node_modules/.bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter list test/*.js",
"coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info"
},
"testling": {
"files": "test/*.js",
"browsers": [
"firefox/latest",
"chrome/latest",
"ie/9..latest",
"safari/6..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}

0 comments on commit 2f77304

Please sign in to comment.