chore: remove Opera from Sauce config

Sauce Labs stopped supporting Opera on 2017-09-29. Reference:
https://wiki.saucelabs.com/pages/viewpage.action?pageId=70074721
This commit is contained in:
Grant Snodgrass 2018-01-14 19:59:16 +00:00
parent c94f4b6400
commit c196aa083c

View file

@ -23,15 +23,6 @@ exports['SL_Chrome'] = {
, version: 38
};
/*!
* Opera
*/
exports['SL_Opera'] = {
base: 'SauceLabs'
, browserName: 'opera'
};
/*!
* Internet Explorer
*/