Skip to content

Commit ab38bbf

Browse files
committed
Add Appveyor configuration
1 parent 1cdc31a commit ab38bbf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
environment:
2+
nodejs_version: "8"
3+
4+
# Install scripts. (runs after repo cloning)
5+
install:
6+
# Get the latest stable version of Node.js or io.js
7+
- ps: Install-Product node $env:nodejs_version
8+
# install modules
9+
- npm install

0 commit comments

Comments
 (0)