Skip to content

Commit

Permalink
Remove ie8 and ie7 from Travis/Sauce Labs setup
Browse files Browse the repository at this point in the history
Due to [ended support for
IE7](https://wiki.saucelabs.com/pages/viewpage.action?pageId=70068108)
and problems connecting Travis and SauceLabs on IE8
  • Loading branch information
SergioCrisostomo committed Aug 28, 2017
1 parent 187a16b commit afdc2e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ env:
- BUILD='compat' BROWSER='ie11'
- BUILD='compat' BROWSER='ie10'
- BUILD='compat' BROWSER='ie9'
- BUILD='compat' BROWSER='ie8'
- BUILD='compat' BROWSER='ie7'

- BUILD='nocompat' BROWSER='phantomjs'
- BUILD='nocompat' BROWSER='chrome'
Expand All @@ -32,8 +30,6 @@ env:
- BUILD='nocompat' BROWSER='ie11'
- BUILD='nocompat' BROWSER='ie10'
- BUILD='nocompat' BROWSER='ie9'
- BUILD='nocompat' BROWSER='ie8'
- BUILD='nocompat' BROWSER='ie7'

- BUILD='server'

Expand Down
18 changes: 0 additions & 18 deletions Grunt/options/browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,6 @@
"browserName": "internet explorer",
"version": "9"
},
"ie8": {
"base": "SauceLabs",
"platform": "Windows 7",
"browserName": "internet explorer",
"version": "8"
},
"ie7": {
"base": "SauceLabs",
"platform": "Windows XP",
"browserName": "internet explorer",
"version": "7"
},
"ie6": {
"base": "SauceLabs",
"platform": "Windows XP",
"browserName": "internet explorer",
"version": "6"
},
"android": {
"base": "SauceLabs",
"platform": "Linux",
Expand Down

0 comments on commit afdc2e6

Please sign in to comment.