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": {