Skip to content

Commit 6990ad1

Browse files
author
James Halliday
committed
badges
1 parent da62fd9 commit 6990ad1

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
- "0.10"
5+
before_install:
6+
- npm install -g npm@~1.4.6

package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,23 @@
3535
"email": "[email protected]",
3636
"url": "http://substack.net"
3737
},
38-
"license": "MIT"
38+
"license": "MIT",
39+
"testling": {
40+
"files": "test/*.js",
41+
"browsers": [
42+
"ie/8..latest",
43+
"firefox/15",
44+
"firefox/latest",
45+
"firefox/nightly",
46+
"chrome/15",
47+
"chrome/latest",
48+
"chrome/canary",
49+
"opera/12..latest",
50+
"opera/next",
51+
"safari/5.1..latest",
52+
"ipad/6.0..latest",
53+
"iphone/6.0..latest",
54+
"android-browser/4.2..latest"
55+
]
56+
}
3957
}

readme.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[stream splicer](https://npmjs.org/package/stream-splicer) with labels
44

5+
[![testling badge](https://ci.testling.com/substack/labeled-stream-splicer.png)](https://ci.testling.com/substack/labeled-stream-splicer)
6+
7+
[![build status](https://secure.travis-ci.org/substack/labeled-stream-splicer.png)](http://travis-ci.org/substack/labeled-stream-splicer)
8+
59
# example
610

711
Here's an example that exposes a label for `deps` and `pack`:

0 commit comments

Comments
 (0)