Skip to content

Commit b90860a

Browse files
committed
Remove IE8 from CI. Won't start on Sauce.
1 parent 8f4c871 commit b90860a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

karma.conf.ci.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ module.exports = function(config) {
9595
browserName: 'internet explorer',
9696
platform: 'Windows 7',
9797
version: '9'
98-
},
99-
slIE8: {
100-
base: 'SauceLabs',
101-
browserName: 'internet explorer',
102-
platform: 'Windows XP',
103-
version: '8'
10498
}
10599
// Too unreliable on Sauce :(
100+
// slIE8: {
101+
// base: 'SauceLabs',
102+
// browserName: 'internet explorer',
103+
// platform: 'Windows XP',
104+
// version: '8'
105+
// }
106106
//slIE7: {
107107
// base: 'SauceLabs',
108108
// browserName: 'internet explorer',

0 commit comments

Comments
 (0)