mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 18:04:07 +01:00
No edge on appveyor
This commit is contained in:
parent
e614cffffb
commit
4614b4a185
@ -73,6 +73,10 @@ module.exports = (config) => {
|
|||||||
removeBrowser('Opera');
|
removeBrowser('Opera');
|
||||||
removeBrowser('SafariTechPreview');
|
removeBrowser('SafariTechPreview');
|
||||||
|
|
||||||
|
if (process.env.APPVEYOR === 'True') {
|
||||||
|
removeBrowser('Edge');
|
||||||
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user