Add travis and appveyor CI support.
This commit is contained in:
parent
6f9de34428
commit
cfb20ff33c
|
|
@ -0,0 +1,3 @@
|
||||||
|
language: csharp
|
||||||
|
script:
|
||||||
|
- ./build.sh verify
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
build_script:
|
||||||
|
- build.cmd verify
|
||||||
|
clone_depth: 1
|
||||||
|
test: off
|
||||||
|
deploy: off
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": "true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
|
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue