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
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
.travis.yml
-
appveyor.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,7 +1,6 @@ |
|
|
|
os: unstable |
|
|
|
|
|
|
|
environment: |
|
|
|
ELECTRON_DISABLE_SECURITY_WARNINGS: true |
|
|
|
matrix: |
|
|
|
- nodejs_version: 10 |
|
|
|
- nodejs_version: 8 |
|
|
|