Skip to content

Commit 4a33593

Browse files
committed
test on less browsers, but hopefully the tests will run
1 parent c4c01ab commit 4a33593

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
"testling": {
2626
"files": "test/*.js-",
2727
"browsers": [
28-
"ie/8..latest",
29-
"chrome/20..latest",
30-
"firefox/10..latest",
28+
"ie/latest",
29+
"chrome/latest",
30+
"firefox/latest",
3131
"safari/latest",
32-
"opera/11.0..latest",
33-
"iphone/6",
34-
"ipad/6"
32+
"opera/latest"
3533
]
3634
},
3735
"optionalDependencies": {},

0 commit comments

Comments
 (0)