From 39161275f6a8ee25087d3b134c753f0409eaa2ab Mon Sep 17 00:00:00 2001 From: priley86 Date: Tue, 4 Oct 2016 11:34:17 -0400 Subject: [PATCH] Node LTS4 - Travis upgrade and README note --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 036c0eace0..a7ae09c8ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '0.10' + - '4' before_install: - 'git checkout -B $TRAVIS_BRANCH' # Reconcile detached HEAD diff --git a/README.md b/README.md index 6995a1c9bb..8c369320f2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ PatternFly can be installed and managed through [NPM](https://www.npmjs.com/). T npm install patternfly --save ``` +Patternfly stays up to date with the Node LTS [Release Schedule](https://github.com/nodejs/LTS#lts_schedule). If you're using Patternfly downstream, we suggest the use of an actively supported version of Node/NPM, although prior versions of Node may work. + ### Install with Bower PatternFly can be installed and managed through [Bower](http://bower.io/). To do so, either add `patternfly` as a dependency in your `bower.json` or run the following: