mirror of
https://github.com/videojs/video.js.git
synced 2024-12-21 01:39:04 +02:00
remove chrome 53 - would require older sinon
This commit is contained in:
parent
51364d7b30
commit
ca70959d59
@ -20,16 +20,6 @@ module.exports = function(config) {
|
||||
return {};
|
||||
}
|
||||
|
||||
defaults.bsOldChrome = {
|
||||
'base': 'BrowserStack',
|
||||
'browser': 'chrome',
|
||||
'os': 'Windows',
|
||||
'os_version': '11',
|
||||
'browserstack.local': 'false',
|
||||
'browserstack.video': 'false',
|
||||
'browser_version': 53.0
|
||||
};
|
||||
|
||||
return defaults;
|
||||
},
|
||||
coverage: CI_TEST_TYPE === 'coverage' ? true : false
|
||||
|
Loading…
Reference in New Issue
Block a user