Skip to content

Commit

Permalink
added travis.yml and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedro committed Feb 25, 2015
1 parent 4580336 commit 71a99d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.12"
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
eth-netstats
============

Ethereum Network Stats
============
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]

To run via Docker

Expand All @@ -18,3 +17,8 @@ docker run --publish=3000:3000 eth-netstats
```

see the interface at http://localhost:3000

[travis-image]: https://travis-ci.org/cubedro/eth-netstats.svg
[travis-url]: https://travis-ci.org/cubedro/eth-netstats
[dep-image]: https://david-dm.org/cubedro/eth-netstats.svg
[dep-url]: https://david-dm.org/cubedro/eth-netstats

0 comments on commit 71a99d7

Please sign in to comment.