Browse Source

ci(appveyor): disable electron security warnings

Set ELECTRON_DISABLE_SECURITY_WARNINGS on appveyor to prevent security
warnings related to CSP from failing the tests.
renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
parent
commit
11abf047e9
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 1
      appveyor.yml

1
appveyor.yml

@ -1,6 +1,7 @@
os: unstable
environment:
ELECTRON_DISABLE_SECURITY_WARNINGS: true
matrix:
- nodejs_version: 10
- nodejs_version: 8

Loading…
Cancel
Save