From a82b53941d8b932782f630113a1432478a6a67ac Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Tue, 7 Jul 2015 13:36:21 -0700 Subject: [PATCH] update badge and use container build --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cfec1b0..58f4c22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js +sudo: false before_install: - "npm i -g npm@1.4.28" node_js: @@ -9,4 +10,3 @@ notifications: email: - travis@nodejitsu.com irc: "irc.freenode.org#nodejitsu" - diff --git a/README.md b/README.md index aa395d1..47f2c52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nconf [![Build Status](https://secure.travis-ci.org/flatiron/nconf.png)](http://travis-ci.org/flatiron/nconf) +# nconf [![Build Status](https://travis-ci.org/indexzero/nconf.svg)](https://travis-ci.org/indexzero/nconf) Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.