Skip to content

Commit

Permalink
Add travis and appveyor CI support.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Apr 1, 2015
1 parent faca969 commit 263c8fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: csharp
script:
- ./build.sh verify
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off

0 comments on commit 263c8fb

Please sign in to comment.