Skip to content

Commit

Permalink
Add Node 8 to Appveyor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejewski committed Jul 3, 2017
1 parent 1b8c963 commit 9fec312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -5,13 +5,14 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

# 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
# install modules
- npm cache clean
- npm cache clean --force
- npm set registry http://registry.npmjs.org/
- npm install

Expand Down

0 comments on commit 9fec312

Please sign in to comment.