From c6a67f72627378f6c4e4267f301d0dcf91bf3e47 Mon Sep 17 00:00:00 2001 From: Alejandro Oviedo Date: Tue, 17 May 2016 11:02:40 -0300 Subject: [PATCH] link build badge to master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cf91dd4..929276e7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ `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) +[![travis badge](http://img.shields.io/travis/rlidwka/sinopia/master.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.