diff --git a/README.md b/README.md index 943a548..a982f07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # powerbi-router +[![Build Status](https://travis-ci.com/Microsoft/powerbi-router.svg?token=nXyWFYxRu6tVxUMJAuJr&branch=master)](https://travis-ci.com/Microsoft/powerbi-router) Router for Microsoft Power BI. Given an http method and url pattern call the matching handler with the request and response object. Syntax matches common libraries such as express and restify. This library uses [Route-recognizer](https://github.com/tildeio/route-recognizer) to handle pattern matching such as `/root/path/:name` where `name` will be passed as paramter to the handler.