1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-25 23:03:07 +02:00

No edge on appveyor

This commit is contained in:
Kyle Spearrin 2018-05-07 12:37:36 -04:00
parent e614cffffb
commit 4614b4a185

View File

@ -73,6 +73,10 @@ module.exports = (config) => {
removeBrowser('Opera');
removeBrowser('SafariTechPreview');
if (process.env.APPVEYOR === 'True') {
removeBrowser('Edge');
}
return result;
}
},