diff --git a/.travis.yml b/.travis.yml index 23792ba..24e703f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: node_js node_js: + - 'stable' - '4' - '0.12' - '0.10' diff --git a/README.md b/README.md index 319f03e..1cf8bae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # glogg -[![Travis Build Status](https://img.shields.io/travis/undertakerjs/glogg/master.svg?label=travis&style=flat-square)](https://travis-ci.org/undertakerjs/glogg) +[![Travis Build Status](https://img.shields.io/travis/js-cli/glogg/master.svg?label=travis&style=flat-square)](https://travis-ci.org/js-cli/glogg) Global logging utility diff --git a/package.json b/package.json index 7ddcccc..39841d3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Global logging utility", "author": "Blaine Bublitz (http://iceddev.com/)", "contributors": [], - "repository": "undertakerjs/glogg", + "repository": "js-cli/glogg", "license": "MIT", "engines": { "node": ">= 0.10"