Merge pull request #41 from hishamco/buildStatus
Add AppVeyor, Travis build status
This commit is contained in:
commit
f8b2601fbd
|
|
@ -1,6 +1,10 @@
|
|||
WebSockets
|
||||
================
|
||||
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/WebSockets/branch/dev)
|
||||
|
||||
Travis: [](https://travis-ci.org/aspnet/WebSockets)
|
||||
|
||||
Contains a managed implementation of the WebSocket protocol, along with client and server integration components.
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue