Appveyor Windows CI 💚

This commit is contained in:
Jannis R 2018-08-23 21:29:39 +02:00
parent ad24c23701
commit 4d3cbe9ed7
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

17
.appveyor.yml Normal file
View file

@ -0,0 +1,17 @@
skip_tags: true
platform:
- x64
environment:
matrix:
- nodejs_version: 'Current'
- nodejs_version: '8'
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- npm install
before_build:
- node --version
build_script:
- echo 'no build script'
test_script:
- npm test