Skip to content

Commit e96a437

Browse files
committed
Add support appvayor
1 parent 6de942c commit e96a437

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

appvayor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
environment:
2+
matrix:
3+
- nodejs_version: "0.10"
4+
- nodejs_version: "0.12"
5+
- nodejs_version: "1.0"
6+
7+
init:
8+
- git config --global core.autocrlf false
9+
10+
install:
11+
- ps: Install-Product node $env:nodejs_version
12+
- npm install
13+
14+
test_script:
15+
- node --version
16+
- npm --version
17+
- npm run lint
18+
- npm run test
19+
20+
build: off

0 commit comments

Comments
 (0)