Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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