Skip to content

Commit aa118f9

Browse files
committed
Add initial AppVeyor config
1 parent b1adfee commit aa118f9

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+
build: off
2+
3+
branches:
4+
only:
5+
- master
6+
7+
skip_tags: true
8+
9+
install:
10+
- ps: Install-Product node LTS
11+
- npm install npm
12+
- .\node_modules\.bin\npm install
13+
14+
test_script:
15+
- node --version
16+
- .\node_modules\.bin\npm --version
17+
- .\node_modules\.bin\npm test

0 commit comments

Comments
 (0)