From 163fd523d13b8c0058c4f845496920d8cc0aeadf Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 27 Sep 2017 12:44:20 -0700 Subject: [PATCH] Remove RANDR extension from display on linux --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4868f6d7..e032def23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,7 @@ before_install: git submodule update --init mailsync 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: - npm run ci-setup-mac-keychain