Browse Source

Enable Travis CI

cl-refactor
Corey Farwell 10 years ago
parent
commit
b773e57490
  1. 7
      .travis.yml
  2. 2
      README.md

7
.travis.yml

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

2
README.md

@ -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.

Loading…
Cancel
Save