mirror of https://github.com/status-im/op-geth.git
Enable Travis CI
This commit is contained in:
parent
e84fa8d4e6
commit
b773e57490
|
@ -0,0 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
before_install:
|
||||
- "npm install jshint"
|
||||
install:
|
||||
- "jshint *.js"
|
|
@ -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…
Reference in New Issue