Run testling on less browsers
This commit is contained in:
17
package.json
17
package.json
@@ -43,14 +43,15 @@
|
|||||||
"testling": {
|
"testling": {
|
||||||
"files": "tests/**/*.js",
|
"files": "tests/**/*.js",
|
||||||
"browsers": [
|
"browsers": [
|
||||||
"ie/7..latest",
|
"ie/8..latest",
|
||||||
"chrome/22..latest",
|
"firefox/4.0", "firefox/latest", "firefox/nightly",
|
||||||
"firefox/16..latest",
|
"chrome/10", "chrome/latest", "chrome/canary",
|
||||||
"safari/6..latest",
|
"opera/12..latest",
|
||||||
"opera/11.0..latest",
|
"opera/next",
|
||||||
"iphone/6..latest",
|
"safari/5.1..latest",
|
||||||
"ipad/6..latest",
|
"ipad/6.0..latest",
|
||||||
"android-browser/latest"
|
"iphone/6.0..latest",
|
||||||
|
"android-browser/4.2..latest"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user