Skip to content

Commit 6f10898

Browse files
authoredAug 4, 2018
ci(appveyor): readd Appveyor CI (#381)
1 parent 0bb835c commit 6f10898

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 

‎appveyor.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
init:
2+
- git config --global core.autocrlf input
3+
4+
build: 'off'
5+
6+
matrix:
7+
fast_finish: true
8+
9+
environment:
10+
matrix:
11+
- nodejs_version: '10'
12+
- nodejs_version: '8'
13+
- nodejs_version: '6'
14+
15+
install:
16+
- ps: Install-Product node $env:nodejs_version x64
17+
- npm i -g npm
18+
- npm i
19+
20+
test_script:
21+
- npm t

0 commit comments

Comments
 (0)
Please sign in to comment.