Skip to content

Commit 57dd1d1

Browse files
committed
Remove IE11 from tested browsers
1 parent a344910 commit 57dd1d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

testem-ci.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ module.exports = {
2020
"args": ["-b", "microsoftedge", "-v", "15", "--no-connect", "-u"],
2121
"protocol": "tap"
2222
},
23-
"SL_IE_11": {
24-
"exe": "saucie",
25-
"args": ["-b", "internet explorer", "-v", "11", "--no-connect", "-u"],
26-
"protocol": "tap"
27-
},
2823
"SL_Safari_Current": {
2924
"exe": "saucie",
3025
"args": ["-b", "safari", "-v", "latest", "--no-connect", "-u"],
@@ -35,8 +30,7 @@ module.exports = {
3530
"Chrome",
3631
"Firefox",
3732
"SL_Safari_Current",
38-
"SL_MS_Edge",
39-
"SL_IE_11"
33+
"SL_MS_Edge"
4034
],
4135
"browser_args": {
4236
"Chrome": [

0 commit comments

Comments
 (0)