Skip to content

Commit

Permalink
meta: add node 10 to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jul 2, 2018
1 parent 93556d4 commit fa45627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
Expand All @@ -9,8 +10,9 @@ platform:

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm i -g npm@latest
- npm config set spin false
- npm install
- npm ci

test_script:
- npm test
Expand Down

0 comments on commit fa45627

Please sign in to comment.