Skip to content

Commit 622877c

Browse files
committed
Add appveyor.yml.
Fixes #109.
1 parent 47c95a7 commit 622877c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://www.appveyor.com/docs/lang/nodejs-iojs/
2+
3+
environment:
4+
matrix:
5+
- nodejs_version: "4"
6+
- nodejs_version: "5"
7+
- nodejs_version: "6"
8+
- nodejs_version: "7"
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 test
18+
19+
build: off

0 commit comments

Comments
 (0)