Commit b773e574 authored by Corey Farwell's avatar Corey Farwell

Enable Travis CI

parent e84fa8d4
language: node_js
node_js:
- "0.11"
before_install:
- "npm install jshint"
install:
- "jshint *.js"
# 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment