Skip to content

Commit 20fe41e

Browse files
authored
Build: exclude old browsers from SL tests (#138)
1 parent 1dcd545 commit 20fe41e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ var KARMA_CONFIG = {
184184
"SL_Firefox": {
185185
base: "SauceLabs",
186186
browserName: "firefox",
187-
version: "51"
188187
},
189188
"SL_Safari_8": {
190189
base: "SauceLabs",
@@ -224,7 +223,7 @@ var KARMA_CONFIG = {
224223
};
225224
var KARMA_BROWSERS = {
226225
local: ["Chrome", "Firefox"],
227-
saucelabs: ["SL_Chrome", "SL_Firefox", "SL_Safari_8", "SL_Safari_9", "SL_IE_10", "SL_IE_11", "SL_EDGE"]
226+
saucelabs: ["SL_Chrome", "SL_Firefox", "SL_Safari_9", "SL_IE_11", "SL_EDGE"]
228227
};
229228
// allow for IE on windows
230229
if (/^win/.test(process.platform)) {

0 commit comments

Comments
 (0)