From 1fbce1348c27ed83b1f4e2d653d94fff5a73fbf3 Mon Sep 17 00:00:00 2001 From: domaindrivendev Date: Tue, 11 Oct 2016 23:04:41 -0700 Subject: [PATCH] Add travis-ci build status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c2a95d..ade8e72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ rswag (formerly swagger_rails) ========= +[![Build Status](https://travis-ci.org/domaindrivendev/rswag.svg?branch=master)](https://travis-ci.org/domaindrivendev/rswag) [Swagger](http://swagger.io) tooling for Rails API's. Generate beautiful API documentation, including a UI to explore and test operations, directly from your rspec integration tests.