Skip to content

Commit

Permalink
Add node 8 to appveyor (#7)
Browse files Browse the repository at this point in the history
* Add node 8 to appveyor

* force npm@3
  • Loading branch information
phated authored and darsain committed Dec 12, 2017
1 parent 9f9ab2b commit 1cb2468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -5,8 +5,10 @@ environment:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "8"

install:
- npm install -g npm@^3
- ps: Install-Product node $env:nodejs_version
- npm install

Expand All @@ -15,4 +17,4 @@ test_script:
- npm --version
- npm test

build: off
build: off

0 comments on commit 1cb2468

Please sign in to comment.