[doc] Remove node@0.8.0
from travis. Drop nodeci
because it is 503 atm`.
This commit is contained in:
parent
ebd8e48342
commit
438a2c8ef5
2 changed files with 1 additions and 7 deletions
|
@ -1,15 +1,12 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.8"
|
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "4.1"
|
- "4.1"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || travis_retry npm install -g npm@1.4.28'
|
- travis_retry npm install npm -g
|
||||||
- '[ "${TRAVIS_NODE_VERSION}" == "0.8" ] || travis_retry npm install -g npm@2.14.2'
|
|
||||||
- travis_retry npm install
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- travis_retry npm install -g npm@2.5.1
|
- travis_retry npm install -g npm@2.5.1
|
||||||
|
@ -20,7 +17,6 @@ script:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- node_js: "0.8"
|
|
||||||
- node_js: "0.10"
|
- node_js: "0.10"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
[![Version npm](https://img.shields.io/npm/v/nconf.svg?style=flat-square)](https://www.npmjs.com/package/nconf)[![npm Downloads](https://img.shields.io/npm/dm/nconf.svg?style=flat-square)](https://www.npmjs.com/package/nconf)[![Build Status](https://img.shields.io/travis/indexzero/nconf/master.svg?style=flat-square)](https://travis-ci.org/indexzero/nconf)[![Dependencies](https://img.shields.io/david/indexzero/nconf.svg?style=flat-square)](https://david-dm.org/indexzero/nconf)
|
[![Version npm](https://img.shields.io/npm/v/nconf.svg?style=flat-square)](https://www.npmjs.com/package/nconf)[![npm Downloads](https://img.shields.io/npm/dm/nconf.svg?style=flat-square)](https://www.npmjs.com/package/nconf)[![Build Status](https://img.shields.io/travis/indexzero/nconf/master.svg?style=flat-square)](https://travis-ci.org/indexzero/nconf)[![Dependencies](https://img.shields.io/david/indexzero/nconf.svg?style=flat-square)](https://david-dm.org/indexzero/nconf)
|
||||||
|
|
||||||
[![NPM](https://nodei.co/npm/nconf.png?downloads=true&downloadRank=true)](https://nodei.co/npm/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.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Reference in a new issue