From ec9f82aa6f34fd48f59a219fbfa50c3bfb3a3435 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Wed, 20 Nov 2013 13:47:47 +0000 Subject: [PATCH] Add build status to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 470b0ab..afa53b5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ pa11y-dashboard pa11y-dashboard is a web interface to the [pa11y][pa11y] accessibility reporter; allowing you to focus on *fixing* issues rather than hunting them down. **Current Version:** *1.0.0* +**Build Status:** [![Build Status][travis-img]][travis] **Node Version Support:** *0.10* @@ -91,4 +92,5 @@ pa11y-dashboard is licensed under the [GNU General Public License 3.0][gpl]. [node]: http://nodejs.org/ [pa11y]: https://github.com/nature/pa11y [pa11y-webservice]: https://github.com/nature/pa11y-webservice -[supervisor]: https://github.com/isaacs/node-supervisor +[travis]: https://travis-ci.org/nature/pa11y-dashboard +[travis-img]: https://travis-ci.org/nature/pa11y-dashboard.png?branch=master