summaryrefslogtreecommitdiff
path: root/deps/node-inspect/appveyor.yml
blob: c25a2d013aadbf6db2ee620996a91c010e5743b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
environment:
  nodejs_version: "6"

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

test_script:
- node --version
- npm --version
- npm test

build: off