Skip to content

Commit 0f5baf5

Browse files
committed
chore(ci): adding appveyor configuration.
1 parent 17cb4da commit 0f5baf5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

appveyor.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
environment:
2+
matrix:
3+
- nodejs_version: "5.0"
4+
5+
install:
6+
- ps: Install-Product node $env:nodejs_version
7+
- npm install
8+
9+
test_script:
10+
- node --version
11+
- npm --version
12+
- npm test
13+
14+
build: off

0 commit comments

Comments
 (0)