From 44c98b1e341d348ce9b5b4d78bb4d26345e868ea Mon Sep 17 00:00:00 2001 From: Peteris Krumins Date: Tue, 24 Dec 2013 22:22:51 +0200 Subject: [PATCH] add testling badge --- package.json | 13 +++++++++++++ readme.markdown | 2 ++ 2 files changed, 15 insertions(+) diff --git a/package.json b/package.json index 23cd5fd..1fae973 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,19 @@ "quote", "parse" ], + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/6..latest", + "firefox/3.5", "firefox/15..latest", "firefox/nightly", + "chrome/25..latest", "chrome/canary", + "opera/10..latest", "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, "author" : { "name" : "James Halliday", "email" : "mail@substack.net", diff --git a/readme.markdown b/readme.markdown index 82473de..e1f95b9 100644 --- a/readme.markdown +++ b/readme.markdown @@ -4,6 +4,8 @@ Parse and quote shell commands. [![build status](https://secure.travis-ci.org/substack/node-shell-quote.png)](http://travis-ci.org/substack/node-shell-quote) +[![browser support](https://ci.testling.com/substack/node-shell-quote.png)](https://ci.testling.com/substack/node-shell-quote) + # example ## quote