Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 2f26269

Browse files
committed
-moved appveyor settings to appveyor.yml
1 parent 2a51394 commit 2f26269

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

appveyor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 1.0.{build}
2+
init:
3+
4+
Install-Product node 6.10.1 x64
5+
install:
6+
- cmd: npm config set msvs_version 2015
7+
build_script:
8+
- cmd: npm install
9+
test_script:
10+
- cmd: npm test
11+
on_finish:

0 commit comments

Comments
 (0)