File tree Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " stable"
4
+ sudo : false
5
+ before_script :
6
+ - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
Original file line number Diff line number Diff line change 16
16
"component-indexof" : " 0.0.3"
17
17
},
18
18
"devDependencies" : {
19
- "tape" : " ~2.3.2"
19
+ "browserify" : " ^16.1.1" ,
20
+ "tape" : " ~2.3.2" ,
21
+ "tape-run" : " ^3.0.4"
20
22
},
21
23
"author" : {
22
24
"name" : " James Halliday" ,
23
25
24
26
"url" : " http://substack.net"
25
27
},
26
28
"scripts" : {
27
- "test" : " tap test/* .js"
29
+ "test" : " browserify test/vm .js | tape-run "
28
30
},
29
- "license" : " MIT" ,
30
- "testling" : {
31
- "files" : " test/*.js" ,
32
- "browsers" : [
33
- " ie/6..latest" ,
34
- " firefox/16..latest" ,
35
- " firefox/nightly" ,
36
- " chrome/22..latest" ,
37
- " chrome/canary" ,
38
- " opera/12..latest" ,
39
- " opera/next" ,
40
- " safari/5.1..latest" ,
41
- " ipad/6.0..latest" ,
42
- " iphone/6.0..latest" ,
43
- " android-browser/4.2..latest"
44
- ]
45
- }
31
+ "license" : " MIT"
46
32
}
You can’t perform that action at this time.
0 commit comments