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
commit ea1da93e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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