Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #41 from poanetwork/chore/config-coveralls
Browse files Browse the repository at this point in the history
Config Coveralls
  • Loading branch information
Franco Victorio committed May 18, 2018
2 parents 7a6647f + 6b1812c commit a279b1b
Show file tree
Hide file tree
Showing 4 changed files with 1,849 additions and 1,054 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js

script:
- npm run lint
- npm run lint
- npm test

after_success:
- npm run coverage
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# POA Network - Proof of Bank Account (PoBA)

[![Build Status](https://travis-ci.org/poanetwork/poa-poba.svg?branch=master)](https://travis-ci.org/poanetwork/poa-poba)
[![Coverage Status](https://coveralls.io/repos/github/poanetwork/poa-poba/badge.svg?branch=master)](https://coveralls.io/github/poanetwork/poa-poba?branch=master)
[![dependencies Status](https://david-dm.org/poanetwork/poa-poba/status.svg)](https://david-dm.org/poanetwork/poa-poba)
[![devDependencies Status](https://david-dm.org/poanetwork/poa-poba/dev-status.svg)](https://david-dm.org/poanetwork/poa-poba?type=dev)

## Development environment

After cloning the repo, run `npm run ganache` in one terminal. Leave it open
Expand Down
Loading

0 comments on commit a279b1b

Please sign in to comment.