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

Commit 2773541

Browse files
chore: run on appveyor
1 parent 880ae4d commit 2773541

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.appveyor.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
environment:
2+
matrix:
3+
- nodejs_version: "6"
4+
- nodejs_version: "8"
5+
6+
# cache:
7+
# - node_modules
8+
9+
platform:
10+
- x64
11+
12+
install:
13+
- ps: Install-Product node $env:nodejs_version $env:platform
14+
- npm install
15+
16+
test_script:
17+
- node --version
18+
- npm --version
19+
- npm test
20+
21+
build: off
22+
23+
version: "{build}"

0 commit comments

Comments
 (0)