Added appveyor

This commit is contained in:
CJ Patoilo 2016-11-22 19:28:46 -03:00
parent af1d3fc26a
commit 298eab1fa2
6 changed files with 15 additions and 0 deletions

10
.appveyor.yml Normal file
View File

@ -0,0 +1,10 @@
environment:
nodejs_version: 7
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
test_script: npm test
build: off

View File

@ -1,4 +1,5 @@
.appveyor.yml
.coveralls.yml
.editorconfig
.github

View File

@ -28,6 +28,7 @@
"stylus"
],
"ignore": [
".appveyor.yml",
".coveralls.yml",
".editorconfig",
".github",

View File

@ -28,6 +28,7 @@
"stylus"
],
"ignore": [
".appveyor.yml",
".coveralls.yml",
".editorconfig",
".github",

View File

@ -28,6 +28,7 @@
"stylus"
],
"ignore": [
".appveyor.yml",
".coveralls.yml",
".editorconfig",
".github",

View File

@ -28,6 +28,7 @@
"stylus"
],
"ignore": [
".appveyor.yml",
".coveralls.yml",
".editorconfig",
".github",