Skip to content

Commit

Permalink
Node LTS4 - Travis upgrade and README note
Browse files Browse the repository at this point in the history
  • Loading branch information
priley86 committed Oct 4, 2016
1 parent d50d816 commit 3916127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '4'

before_install:
- 'git checkout -B $TRAVIS_BRANCH' # Reconcile detached HEAD
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3916127

Please sign in to comment.