Skip to content

Commit 964fce4

Browse files
authored
Merge pull request #27 from DaRamirezSoto/appveyor-setup
Add appveyor configuration file
2 parents 6043b7c + 4dc21c3 commit 964fce4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cache:
2+
- node_modules
3+
4+
environment:
5+
matrix:
6+
- nodejs_version: "6"
7+
8+
platform:
9+
- x86
10+
- x64
11+
12+
install:
13+
- ps: Install-Product node $env:nodejs_version $env:platform
14+
- npm install
15+
16+
test_script:
17+
- node --version
18+
- npm --version
19+
- npm run test
20+
21+
build: off

0 commit comments

Comments
 (0)