Merge branch 'travis'
This commit is contained in:
commit
024e40dad8
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
before_install:
|
||||
- sudo add-apt-repository --yes ppa:bitcoin/bitcoin
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install bitcoind
|
||||
after_install:
|
||||
- git submodule update --init
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
# node-bitcoin
|
||||
|
||||
[](http://travis-ci.org/jb55/node-bitcoin)
|
||||
|
||||
node-bitcoin is a simple wrapper for the Bitcoin client's JSON-RPC API.
|
||||
|
||||
The API is equivalent to the API document [here](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user