Skip to content

Commit 90cb6a7

Browse files
committed
Add appveyor to run test on Windows.
1 parent f105cc0 commit 90cb6a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
environment:
2+
nodejs_version: "5"
3+
4+
install:
5+
- npm install
6+
7+
test_script:
8+
- npm test
9+
10+
build: off

0 commit comments

Comments
 (0)