Skip to content

Commit 2128e54

Browse files
committed
more browsers
1 parent 364039d commit 2128e54

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![browser support](https://ci.testling.com/darvin/github.png)](https://ci.testling.com/darvin/github)
2+
[![Build Status](https://travis-ci.org/darvin/github.png?branch=master)](https://travis-ci.org/darvin/github)
23

34
# Github.js
45

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@
3636
"testling": {
3737
"files": "test/*_test.js",
3838
"browsers": {
39-
"ie": [ 8, 9 ],
40-
"firefox": [ 13 ],
41-
"chrome": [ 20 ],
39+
"ie": [ 8, 9, 10 ],
40+
"firefox": [ 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ],
41+
"chrome": [ 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ],
4242
"safari": [ 5.1 ],
43-
"opera": [ 12 ]
43+
"opera": [ 12 ],
44+
"android-browser": [ 4.2 ],
45+
"ipad": [ 6 ],
46+
"iphone": [ 6 ]
47+
4448
},
4549
"harness": "mocha"
4650
}

0 commit comments

Comments
 (0)