Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add appveyor.yml CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng authored Jan 1, 2017
1 parent e798e89 commit 28bd061
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
environment:
nodejs_version: "6"

platform:
- x64
- x86

install:
- ps: Install-Product node $env:nodejs_version
- npm install

test_script:
- node -e "console.log(`${process.version} ${process.arch} ${process.platform}`)"
- npm --version
- npm test

build: off

0 comments on commit 28bd061

Please sign in to comment.