Skip to content

Commit c93875a

Browse files
committed
Omit unsupported browsers from Karma sauce config
1 parent 1afefd3 commit c93875a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

karma.conf.ci.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ module.exports = function(config) {
88
// Commented some of these out just so CI doesn't take forever.
99
// Check out https://saucelabs.com/platforms for all browser/platform combos
1010
var customLaunchers = {
11-
slIOS8: {
12-
base: 'SauceLabs',
13-
browserName: 'iPhone',
14-
platform: 'OS X 10.10',
15-
version: '8.4'
16-
},
1711
slIOS9: {
1812
appiumVersion: '1.6.3',
1913
base: 'SauceLabs',
@@ -83,10 +77,6 @@ module.exports = function(config) {
8377
platform: 'macOS 10.12',
8478
version: '10.0'
8579
},
86-
slOpera: {
87-
base: 'SauceLabs',
88-
browserName: 'opera'
89-
},
9080
slEdge14: {
9181
base: 'SauceLabs',
9282
browserName: 'microsoftedge',

0 commit comments

Comments
 (0)