Skip to content

Commit

Permalink
add testling badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins authored and James Halliday committed Dec 24, 2013
1 parent 9c49932 commit 44c98b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44c98b1

Please sign in to comment.