Run testling on less browsers

This commit is contained in:
Maxime Thirouin
2014-05-04 08:43:56 +02:00
parent 7631cc92c7
commit 5644893c59

View File

@@ -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"
] ]
} }
} }