From 0a08674b9fd1c7a01fe9bbe084eea0ef56e400e9 Mon Sep 17 00:00:00 2001 From: "Gabriel J. Csapo" Date: Wed, 12 Jul 2017 12:49:06 -0700 Subject: [PATCH] 2.2.0 - add feature for ignoring environment variables - Use load-jsonic-sync to load json with comments and report position and filename in error messages --- .travis.yml | 12 ++++-------- README.md | 5 +---- package.json | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index df00e27..74eff86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,7 @@ language: node_js - node_js: - - "0.12" - - "0.10" - - "iojs" - - "iojs-v1.1.0" - + - "4" + - "6" + - "8" script: - - "npm run-script cover" -# - "npm run-script lint" \ No newline at end of file + - "npm run cover" diff --git a/README.md b/README.md index 434ad8e..e61a97e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ -confit -====== - -Lead Maintainer: [Shaun Warman](https://github.com/shaunwarman) +# confit [![Build Status](https://travis-ci.org/krakenjs/confit.svg?branch=2.x)](https://travis-ci.org/krakenjs/confit) diff --git a/package.json b/package.json index 49da1c1..ce0064a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "confit", - "version": "2.1.0", + "version": "2.2.0", "description": "Environment-aware configuration.", "main": "dist/index.js", "directories": {