[Pkg-javascript-commits] [node-shell-quote] 96/137: add testling badge

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:19:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-shell-quote.

commit 44c98b1e341d348ce9b5b4d78bb4d26345e868ea
Author: Peteris Krumins <peteris.krumins at gmail.com>
Date:   Tue Dec 24 22:22:51 2013 +0200

    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 at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-shell-quote.git



More information about the Pkg-javascript-commits mailing list