Skip to content

Commit

Permalink
update badge and use container build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jul 7, 2015
1 parent d335b5a commit a82b539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,5 @@
language: node_js
sudo: false
before_install:
- "npm i -g npm@1.4.28"
node_js:
Expand All @@ -9,4 +10,3 @@ notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"

2 changes: 1 addition & 1 deletion 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.

Expand Down

0 comments on commit a82b539

Please sign in to comment.