File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " 0.8"
4
+ - " 0.10"
5
+ before_install :
6
+ - npm install -g npm@~1.4.6
Original file line number Diff line number Diff line change 35
35
36
36
"url" : " http://substack.net"
37
37
},
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
+ }
39
57
}
Original file line number Diff line number Diff line change 2
2
3
3
[ stream splicer] ( https://npmjs.org/package/stream-splicer ) with labels
4
4
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
+
5
9
# example
6
10
7
11
Here's an example that exposes a label for ` deps ` and ` pack ` :
You can’t perform that action at this time.
0 commit comments