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

Commit e8301c8

Browse files
richardschneiderdaviddias
authored andcommitted
chore: run on appveyor
1 parent ec2ba3d commit e8301c8

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+
- node --version
15+
- npm --version
16+
- npm install
17+
18+
test_script:
19+
- npm test
20+
21+
build: off
22+
23+
version: "{build}"

0 commit comments

Comments
 (0)