Skip to content

Update CI Node versions #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
- '10'
before_install:
- npm install -g grunt-cli
before_script:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@ Tests are set up with Jasmine, and can be run with `npm test`.
* preProcessor
* postProcessor
* insertForm: look for the form, the button

## Note
Node Version Manager

Usage:
* nvm --help - Show this message
* nvm --version - Print out the installed version of nvm
* nvm install [-s] - Download and install a, [-s] from source
* nvm ls - List installed versions nvm