Skip to content

Commit

Permalink
test: add .appveyor.yml
Browse files Browse the repository at this point in the history
Refs: metarhia/jstp#260 (comment)
PR-URL: metarhia/jstp#261
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
  • Loading branch information
aqrln authored and belochub committed Jul 21, 2018
1 parent 9353726 commit 9cc85b1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
image: Visual Studio 2015

environment:
matrix:
- nodejs_version: 6
- nodejs_version: 8

platform:
- x86
- x64

version: '{build}'

branches:
only:
- master

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

build: off

test_script:
- node --version
- npm --version
- npm test

0 comments on commit 9cc85b1

Please sign in to comment.