Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit c6488de

Browse files
committed
Add appveyor tests
1 parent 58570f2 commit c6488de

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)