Skip to content

Commit 11e5e29

Browse files
committed
Add AppVeyor
1 parent 25b8529 commit 11e5e29

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)