Enable Travis CI

This commit is contained in:
Corey Farwell 2014-11-02 21:35:28 -05:00
parent e84fa8d4e6
commit b773e57490
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.11"
before_install:
- "npm install jshint"
install:
- "jshint *.js"

View File

@ -1,5 +1,7 @@
# Ethereum JavaScript API
[![Build Status](https://travis-ci.org/ethereum/ethereum.js.svg?branch=master)](https://travis-ci.org/ethereum/ethereum.js)
This is the Ethereum compatible JavaScript API using `Promise`s
which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC) spec.