From d2155b5da011f02327122cda5221a9665fb754fb Mon Sep 17 00:00:00 2001 From: cubedro Date: Wed, 25 Feb 2015 23:28:34 +0200 Subject: [PATCH] added travis.yml and badges --- .travis.yml | 3 +++ README.md | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..796d98f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: + - "0.12" diff --git a/README.md b/README.md index 274c1d0..7f721ec 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +[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 \ No newline at end of file