Add AppVeyor, Travis build status

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-06-20 22:24:17 +03:00
parent 864ee7f347
commit 3b333a7845
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
StaticFiles
===========
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/m1l7adh2cwv488dt/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/StaticFiles/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/StaticFiles.svg?branch=dev)](https://travis-ci.org/aspnet/StaticFiles)
This repo contains middleware for handling requests for file system resources including files and directories.
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.