Skip to content

Commit

Permalink
remove ie8 and ie7 from SauceLabs 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 27, 2017
1 parent 187a16b commit 368b013
Showing 1 changed file with 0 additions and 4 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

0 comments on commit 368b013

Please sign in to comment.