From 932fa34edc2b6fb31071cbd97a8cc0474ba79282 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Mon, 11 Aug 2014 06:09:25 +0400 Subject: [PATCH] travis + badges --- .travis.yml | 5 +++++ README.md | 6 +++++- 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 000000000..5cf86599e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: + - '0.10' + - '0.11' +script: npm install . && npm test diff --git a/README.md b/README.md index 93f79303d..2efc22883 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -Sinopia is a private/caching npm repository server. +`sinopia` - a private/caching npm repository server + +[![npm version badge](https://img.shields.io/npm/v/sinopia.svg)](https://www.npmjs.org/package/sinopia) +[![travis badge](http://img.shields.io/travis/rlidwka/sinopia.svg)](https://travis-ci.org/rlidwka/sinopia) +[![downloads badge](http://img.shields.io/npm/dm/sinopia.svg)](https://www.npmjs.org/package/sinopia) It allows you to have a local npm registry with zero configuration. You don't have to install and replicate an entire CouchDB database. Sinopia keeps its own small database and, if a package doesn't exist there, it asks npmjs.org for it keeping only those packages you use.