Skip to content
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

Test Node v5 on Travis/Appveyor (v6 is stable) #774

Merged
merged 5 commits into from Apr 27, 2016
Merged

Let AppVeyor use recent Node versions

`Update-NodeJsInstallation` allows it to install recent versions of Node
before they are available via `Install-Product node`
  • Loading branch information
josephfrazier committed Apr 27, 2016
commit 3a60eccd77f763a453f4fa6248936970e633f18d
@@ -13,8 +13,8 @@ environment:

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# https://www.appveyor.com/docs/lang/nodejs-iojs#installing-em-any-em-version-of-node-js-or-io-js
- ps: Update-NodeJsInstallation $env:nodejs_version
# install modules
- npm install

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.