Added appveyor
This commit is contained in:
parent
af1d3fc26a
commit
298eab1fa2
10
.appveyor.yml
Normal file
10
.appveyor.yml
Normal 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
|
@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
|
.appveyor.yml
|
||||||
.coveralls.yml
|
.coveralls.yml
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.github
|
.github
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".coveralls.yml",
|
".coveralls.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".coveralls.yml",
|
".coveralls.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".coveralls.yml",
|
".coveralls.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".coveralls.yml",
|
".coveralls.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
|
Loading…
Reference in New Issue
Block a user