From fe900da9203fb86851d809b0e607fbf2ee343a79 Mon Sep 17 00:00:00 2001 From: Ryan Tsao Date: Wed, 6 Jun 2018 15:48:58 -0700 Subject: [PATCH] Add travis status badge to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fd6f627..48f66c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # css-to-js-sourcemap +[![build status][build-badge]][build-href] + See [the `css-to-js-sourcemap-worker` README](worker/README.md) for more information. + +[build-badge]: https://travis-ci.org/rtsao/css-to-js-sourcemap.svg?branch=master +[build-href]: https://travis-ci.org/rtsao/css-to-js-sourcemap