Skip to content

Commit

Permalink
added travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Jun 5, 2014
1 parent 2514276 commit 5f4278b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
before_install:
- "npm install npm -g"
node_js:
- 0.11
- 0.10
env:
- TEST_SUITE=unit
- TEST_SUITE=coveralls
script: "npm run-script $TEST_SUITE"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ x.y.z / 2014-06-dd
* removed semicolons per http://cryptocoinjs.com/about/contributing/#semicolons
* removed `terst` per http://cryptocoinjs.com/about/contributing/#testing
* removed `binstring` from dev deps
* added travis ci
*

0.2.0 / 2014-03-10
------------------
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
coinstring
==========

JavaScript component that's used to generate relevant addresses and wallet import formats used by various crypto currencies.
[![build status](https://secure.travis-ci.org/cryptocoinjs/coinstring.png)](http://travis-ci.org/cryptocoinjs/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)


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.

**Note:** It's an experimental functional replacement for https://github.com/cryptocoinjs/btc-address


Installation
Expand Down

0 comments on commit 5f4278b

Please sign in to comment.