Skip to content
This repository was archived by the owner on Aug 24, 2018. It is now read-only.

Commit bf1cf91

Browse files
author
Antonio Scandurra
committed
Add AppVeyor
1 parent 7272d7e commit bf1cf91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)