We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1054ec2 commit 2076921Copy full SHA for 2076921
1 file changed
karma.conf.ci.js
@@ -6,12 +6,6 @@ module.exports = function(config) {
6
7
// Check out https://saucelabs.com/platforms for all browser/platform combos
8
var customLaunchers = {
9
- // slIOS8: {
10
- // base: 'SauceLabs',
11
- // browserName: 'iPhone',
12
- // platform: 'OS X 10.12',
13
- // version: '8.4'
14
- // },
15
slIOS9: {
16
base: 'SauceLabs',
17
browserName: 'iPhone',
@@ -76,12 +70,6 @@ module.exports = function(config) {
76
70
platform: 'OS X 10.11',
77
71
version: '10.0'
78
72
},
79
- // SauceLabs discontinued support for all versions of Opera:
80
- // https://wiki.saucelabs.com/pages/viewpage.action?pageId=70074721
81
- // slOpera: {
82
83
- // browserName: 'opera'
84
85
73
slEdge14: {
86
74
87
75
browserName: 'microsoftedge',
0 commit comments