Add env var to skip native module tests

This commit is contained in:
Jeremy Apthorp 2018-08-01 10:29:35 -07:00
parent 80d22e8dc0
commit 63604278ec

View file

@ -9,6 +9,7 @@ environment:
ELECTRON_ENABLE_LOGGING: true
matrix:
- gn_args: debug
ELECTRON_SKIP_NATIVE_MODULE_TESTS: 1
- gn_args: release
build_script:
- git config --global core.longpaths true