add travis ci

This commit is contained in:
freewil 2012-06-27 05:32:28 -04:00
parent 1a2947d9aa
commit c28f78c983
2 changed files with 13 additions and 0 deletions

11
.travis.yml Normal file
View 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

View File

@ -1,5 +1,7 @@
# node-bitcoin
[![Build Status](https://secure.travis-ci.org/jb55/node-bitcoin.png)](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).