Skip to content

Commit

Permalink
Remove safari 6 (improbable-eng#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-improbable authored Feb 15, 2019
1 parent ebef475 commit 6b6a64a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ env:
- BROWSER=safari11 DISABLE_WEBSOCKET_TESTS=true
- BROWSER=safari9_1 DISABLE_WEBSOCKET_TESTS=true
- BROWSER=safari8 DISABLE_WEBSOCKET_TESTS=true
- BROWSER=safari6 DISABLE_WEBSOCKET_TESTS=true
cache:
directories:
- node_modules
Expand Down
1 change: 0 additions & 1 deletion integration_test/browsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const browsers = {
// safari10: browser("safari", "10", "OS X", "Sierra"),
safari9_1: browser("safari", "9.1", "OS X", "El Capitan"),
safari8: browser("safari", "8", "OS X", "Yosemite"),
safari6: browser("safari", "6.2", "OS X", "Mountain Lion")
};

export default () => {
Expand Down

0 comments on commit 6b6a64a

Please sign in to comment.