Skip to content

Commit cd44192

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.appveyor.yml

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

0 commit comments

Comments
 (0)