From 07f8c3e558e777010fbfa09e7ae2fa5d1e41a38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 18 Nov 2011 22:29:32 +0100 Subject: [PATCH] [doc] Add Travis build status image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a9a946..887b082 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nconf +# nconf [![Build Status](https://secure.travis-ci.org/flatiron/nconf.png)](http://travis-ci.org/flatiron/nconf) Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.