Skip to content

Commit 5411c6e

Browse files
committed
Trying appveyor
1 parent 8f32095 commit 5411c6e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)