Browse Source

Merge pull request #502 from mrfelton/ci/enable-security-checks

Enable electron security checks on travis/appveyor
renovate/lint-staged-8.x
Ben Woosley 6 years ago
committed by GitHub
parent
commit
31520a10b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml
  2. 1
      appveyor.yml

1
.travis.yml

@ -5,7 +5,6 @@ language: node_js
env:
global:
- DEBUG=electron-builder
- ELECTRON_DISABLE_SECURITY_WARNINGS=true
matrix:
- TEST=lint-ci
- TEST=test-ci

1
appveyor.yml

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

Loading…
Cancel
Save