Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 344146d

Browse files
committed
Add appveyor.yml
1 parent cee734e commit 344146d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Test against the latest version of this Node.js version environment: nodejs_version: "6" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version # run tests - npm test # Don't actually build. build: off

0 commit comments

Comments
 (0)