added travis.yml and badges
This commit is contained in:
parent
b2079ed698
commit
d2155b5da0
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@ -0,0 +1,3 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
@ -1,5 +1,6 @@
|
||||
Ethereum Network Intelligence API
|
||||
============
|
||||
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
|
||||
|
||||
Deploy on AWS, install dependencies, build eth, clone eth-net-intelligence-api and run as services forever
|
||||
|
||||
@ -12,4 +13,9 @@ Run it using pm2:
|
||||
```
|
||||
cd ~/bin/www
|
||||
pm2 start processes.json
|
||||
```
|
||||
```
|
||||
|
||||
[travis-image]: https://travis-ci.org/cubedro/eth-net-intelligence-api.svg
|
||||
[travis-url]: https://travis-ci.org/cubedro/eth-net-intelligence-api
|
||||
[dep-image]: https://david-dm.org/cubedro/eth-net-intelligence-api.svg
|
||||
[dep-url]: https://david-dm.org/cubedro/eth-net-intelligence-api
|
Loading…
Reference in New Issue
Block a user