Skip to content

Commit ee49dd4

Browse files
committed
ci: add appveyor config
1 parent 23a81ad commit ee49dd4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/.appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 1.0.{build}
2+
3+
build_script:
4+
- cmd: npm install
5+
6+
test_script:
7+
- cmd: npm test

0 commit comments

Comments
 (0)