Added appveyor
This commit is contained in:
parent
c15991689e
commit
0dfe4b91b7
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,3 +1,4 @@
|
|||||||
|
.appveyor.yml
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.github
|
.github
|
||||||
.gitignore
|
.gitignore
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"stylus"
|
"stylus"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".appveyor.yml",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".github",
|
".github",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
Loading…
Reference in New Issue
Block a user