Skip to content

Commit f2de62d

Browse files
ci(appveyor): add platform tests
1 parent 8f55703 commit f2de62d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
environment:
2+
matrix:
3+
- nodejs_version: "7"
4+
- nodejs_version: "6"
5+
- nodejs_version: "4"
6+
7+
version: "{build}"
8+
build: off
9+
deploy: off
10+
11+
install:
12+
- ps: Install-Product node $env:nodejs_version
13+
- npm install
14+
15+
test_script:
16+
- node --version
17+
- npm --version
18+
- npm test

0 commit comments

Comments
 (0)