Skip to content

Commit

Permalink
Remove IE11 from tested browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeJab committed Mar 7, 2020
1 parent a344910 commit 57dd1d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions testem-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ module.exports = {
"args": ["-b", "microsoftedge", "-v", "15", "--no-connect", "-u"],
"protocol": "tap"
},
"SL_IE_11": {
"exe": "saucie",
"args": ["-b", "internet explorer", "-v", "11", "--no-connect", "-u"],
"protocol": "tap"
},
"SL_Safari_Current": {
"exe": "saucie",
"args": ["-b", "safari", "-v", "latest", "--no-connect", "-u"],
Expand All @@ -35,8 +30,7 @@ module.exports = {
"Chrome",
"Firefox",
"SL_Safari_Current",
"SL_MS_Edge",
"SL_IE_11"
"SL_MS_Edge"
],
"browser_args": {
"Chrome": [
Expand Down

0 comments on commit 57dd1d1

Please sign in to comment.