Enable RANDR extension for xvfb

This commit is contained in:
Antonio Scandurra 2015-04-11 12:33:35 +02:00
parent 756ce8cea6
commit b9c98bced4

View File

@ -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