Added appveyor

This commit is contained in:
CJ Patoilo 2016-11-22 06:53:32 -03:00
parent c15991689e
commit 0dfe4b91b7
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,3 +1,4 @@
.appveyor.yml
.editorconfig
.github
.gitignore

View File

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

View File

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

View File

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

View File

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