mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
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
|
||||
.github
|
||||
.gitignore
|
||||
|
@ -28,6 +28,7 @@
|
||||
"stylus"
|
||||
],
|
||||
"ignore": [
|
||||
".appveyor.yml",
|
||||
".editorconfig",
|
||||
".github",
|
||||
".gitignore",
|
||||
|
@ -28,6 +28,7 @@
|
||||
"stylus"
|
||||
],
|
||||
"ignore": [
|
||||
".appveyor.yml",
|
||||
".editorconfig",
|
||||
".github",
|
||||
".gitignore",
|
||||
|
@ -28,6 +28,7 @@
|
||||
"stylus"
|
||||
],
|
||||
"ignore": [
|
||||
".appveyor.yml",
|
||||
".editorconfig",
|
||||
".github",
|
||||
".gitignore",
|
||||
|
@ -28,6 +28,7 @@
|
||||
"stylus"
|
||||
],
|
||||
"ignore": [
|
||||
".appveyor.yml",
|
||||
".editorconfig",
|
||||
".github",
|
||||
".gitignore",
|
||||
|
Loading…
Reference in New Issue
Block a user