Merge pull request #11662 from electron/fix-ia32-testing-for-forks

Set DISPLAY variable for xvfb
This commit is contained in:
John Kleinschmidt
2018-01-17 13:47:41 -05:00
committed by GitHub

View File

@@ -192,6 +192,7 @@ jobs:
- image: electronbuilds/electron:0.0.4
environment:
TARGET_ARCH: ia32
DISPLAY: ':99.0'
resource_class: xlarge
steps:
- checkout