Skip to content

Commit d6857ec

Browse files
committed
ci(appveyor): add appveyor
1 parent 78932e0 commit d6857ec

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)