mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
Remove RANDR extension from display on linux
This commit is contained in:
parent
0e1e753ca3
commit
163fd523d1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ before_install:
|
||||||
git submodule update --init mailsync
|
git submodule update --init mailsync
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start +extension RANDR; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run ci-setup-mac-keychain
|
- npm run ci-setup-mac-keychain
|
||||||
|
|
Loading…
Reference in a new issue