diff --git a/.travis.yml b/.travis.yml index d28ccaf72..9eebe3c16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ script: branches: only: - - develop \ No newline at end of file + - wampv2 \ No newline at end of file diff --git a/README.md b/README.md index 5a870bea3..c4fd38ae6 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ The implementation also supports WAMPv1, both client and server roles. Master | Provider ------ | -------- [![Build Status][WinImgMaster]][WinLinkMaster] | Windows CI Provided By [CodeBetter][] and [JetBrains][] +[![Build Status][AppVeyorImgMaster]][AppVeyorLinkMaster] | Windows CI Provided By [AppVeyor][] [![Build Status][MonoImgMaster]][MonoLinkMaster] | Mono CI Provided by [travis-ci][] - ## WampSharp v1.2.1.6-beta WampSharp v1.2.1.6-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp/wiki/WampSharp-v1.2.1.6-beta-release-notes). @@ -45,12 +45,16 @@ Your donations help keep this project development alive. [WampLink]:http://wamp.ws -[WinImgMaster]:http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:WampSharp_Dev_Build\)/statusIcon -[WinLinkMaster]:http://teamcity.codebetter.com/project.html?projectId=WampSharp_Dev&guest=1 -[MonoImgMaster]:https://travis-ci.org/Code-Sharp/WampSharp.png?branch=develop +[NuGetImgMaster]:http://img.shields.io/nuget/v/WampSharp.Default.svg +[NuGetLinkMaster]:http://www.nuget.org/packages/WampSharp.Default/ +[WinImgMaster]:https://img.shields.io/teamcity/codebetter/WampSharp_Wampv2_Build.svg +[WinLinkMaster]:http://teamcity.codebetter.com/project.html?projectId=WampSharp_Wampv2&guest=1 +[MonoImgMaster]:https://img.shields.io/travis/Code-Sharp/WampSharp/wampv2.svg [MonoLinkMaster]:https://travis-ci.org/Code-Sharp/WampSharp +[AppVeyorLinkMaster]:https://ci.appveyor.com/project/darkl/wampsharp-759 +[AppVeyorImgMaster]:https://ci.appveyor.com/api/projects/status/fgbqbgwqx4j8jain [JetBrains]:http://www.jetbrains.com/ [CodeBetter]:http://codebetter.com/ [travis-ci]:https://travis-ci.org/ -[AppVeyor]:http://www.appveyor.com/ +[AppVeyor]:http://www.appveyor.com/ \ No newline at end of file