File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,16 @@ var batches = [
16
16
sl_chrome : {
17
17
base : 'SauceLabs' ,
18
18
browserName : 'chrome' ,
19
- platform : 'Windows 7' ,
20
- version : '39'
19
+ platform : 'Windows 7'
21
20
} ,
22
21
sl_firefox : {
23
22
base : 'SauceLabs' ,
24
- browserName : 'firefox' ,
25
- version : '33'
23
+ browserName : 'firefox'
26
24
} ,
27
25
sl_mac_safari : {
28
26
base : 'SauceLabs' ,
29
27
browserName : "safari" ,
30
- platform : "OS X 10.10" ,
31
- version : "8"
28
+ platform : "OS X 10.10"
32
29
}
33
30
} ,
34
31
// ie family
@@ -58,7 +55,7 @@ var batches = [
58
55
base : 'SauceLabs' ,
59
56
browserName : 'iphone' ,
60
57
platform : 'OS X 10.9' ,
61
- version : '8 .1'
58
+ version : '7 .1'
62
59
} ,
63
60
sl_android : {
64
61
base : 'SauceLabs' ,
@@ -79,4 +76,4 @@ for (var i = 0; i < 3; i++) {
79
76
browsers : Object . keys ( batches [ i ] ) ,
80
77
reporters : [ 'progress' , 'saucelabs' ]
81
78
}
82
- }
79
+ }
You can’t perform that action at this time.
0 commit comments