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

Commit a455db0

Browse files
author
Ruben Schmidmeister
committed
Add appveyor.yml
1 parent 0a3e63a commit a455db0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
environment:
2+
nodejs_version: "7"
3+
4+
init:
5+
- git config --global core.autocrlf true
6+
7+
install:
8+
- ps: Install-Product node $env:nodejs_version
9+
- npm install
10+
11+
test_script:
12+
- node --version
13+
- npm --version
14+
- npm test
15+
16+
build: off

0 commit comments

Comments
 (0)