Merge pull request #192 from hishamco/buildStatus

Add AppVeyor, Travis build status
This commit is contained in:
Eilon Lipton 2015-06-22 21:49:15 -07:00
commit 33c098355c
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
ASP.NET Routing ASP.NET Routing
=== ===
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/fe4o5h1s9ve86nyv/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Routing/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/Routing.svg?branch=dev)](https://travis-ci.org/aspnet/Routing)
Contains routing middleware for routing requests to application logic. Contains routing middleware for routing requests to application logic.
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. 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.