Skip to content

Commit e419056

Browse files
JaKXzbcoe
authored andcommitted
chore: add basic appveyor config (#8)
1 parent 7eec105 commit e419056

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
environment:
2+
nodejs_version: "4"
3+
nodejs_version: "6"
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

0 commit comments

Comments
 (0)