Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit 7b687af

Browse files
author
N. Taylor Mullen
committed
Add travis and appveyor CI support.
1 parent 703068b commit 7b687af

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: csharp
2+
script:
3+
- ./build.sh verify

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build_script:
2+
- build.cmd verify
3+
clone_depth: 1
4+
test: off
5+
deploy: off

0 commit comments

Comments
 (0)