Skip to content

Commit

Permalink
replicate travis' configuration onto appveyor's
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkishi committed Jun 9, 2019
1 parent caebe0d commit d40391a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ init:

environment:
matrix:
# node.js
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12

install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm ci || npm install

build: off

Expand Down

0 comments on commit d40391a

Please sign in to comment.