Skip to content

Commit ed88610

Browse files
committed
feat(appveyor): integrate appveyor
1 parent 5fa5c28 commit ed88610

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
install:
2+
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
3+
- node --version
4+
- npm --version
5+
6+
- npm install || npm install
7+
8+
test_script:
9+
- npm test
10+
11+
environment:
12+
matrix:
13+
- nodejs_version: 4
14+
- nodejs_version: 6
15+
16+
init:
17+
- git config --global core.autocrlf false
18+
19+
build: off
20+
deploy: off

0 commit comments

Comments
 (0)