Skip to content

Commit 4afc9ef

Browse files
committed
Add AppVeyor
1 parent 15e2729 commit 4afc9ef

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

appveyor.yml

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

0 commit comments

Comments
 (0)