Browse Source

update appveyor build matrix

better-aggressive
Rich-Harris 9 years ago
parent
commit
47862907c6
  1. 4
      appveyor.yml

4
appveyor.yml

@ -10,10 +10,8 @@ init:
environment:
matrix:
# node.js
- nodejs_version: 0.10
- nodejs_version: 0.12
# io.js
- nodejs_version: 1
- nodejs_version: 4
install:
- ps: Install-Product node $env:nodejs_version

Loading…
Cancel
Save