From 7ff75dcdf9858c4ffbc491465533a4e0fda1915d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 May 2018 16:46:51 -0700 Subject: [PATCH] add travis badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d2678..7cf52ff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# eslint-plugin-standard [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] +# eslint-plugin-standard [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] +[travis-image]: https://img.shields.io/travis/standard/eslint-plugin-standard/master.svg +[travis-url]: https://travis-ci.org/standard/eslint-plugin-standard [npm-image]: https://img.shields.io/npm/v/eslint-plugin-standard.svg [npm-url]: https://npmjs.org/package/eslint-plugin-standard [downloads-image]: https://img.shields.io/npm/dm/eslint-plugin-standard.svg