Merge pull request #9590 from electron/add-pre-cibuild

Enable LIMIT_OUTPUT_IGNORE_SEGFAULTS on Linux CI
This commit is contained in:
Kevin Sawicki 2017-05-25 16:57:24 -07:00 committed by GitHub
commit 5adc8299d6

3
script/pre-cibuild Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
export LIMIT_OUTPUT_IGNORE_SEGFAULTS=1