mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Enable RANDR extension for xvfb
This commit is contained in:
@@ -14,7 +14,7 @@ install:
|
||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||
sudo apt-get install build-essential git libgnome-keyring-dev fakeroot;
|
||||
export DISPLAY=:99.0;
|
||||
sh -e /etc/init.d/xvfb start;
|
||||
sh -e /etc/init.d/xvfb start -- :99 -screen 0 1024x768x24 -ac +extension GLX +extension RANDR +render -noreset;
|
||||
fi
|
||||
|
||||
script: script/cibuild
|
||||
|
||||
Reference in New Issue
Block a user