update badge and use container build
This commit is contained in:
parent
d335b5a0f5
commit
a82b53941d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- "npm i -g npm@1.4.28"
|
- "npm i -g npm@1.4.28"
|
||||||
node_js:
|
node_js:
|
||||||
|
@ -9,4 +10,3 @@ notifications:
|
||||||
email:
|
email:
|
||||||
- travis@nodejitsu.com
|
- travis@nodejitsu.com
|
||||||
irc: "irc.freenode.org#nodejitsu"
|
irc: "irc.freenode.org#nodejitsu"
|
||||||
|
|
||||||
|
|
|
@ -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.
|
Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue