added travis.yml and badges

This commit is contained in:
cubedro 2015-02-25 23:28:34 +02:00
parent b2079ed698
commit d2155b5da0
2 changed files with 10 additions and 1 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.12"

View File

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