We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7207048 commit b92d95aCopy full SHA for b92d95a
.travis.yml
@@ -11,7 +11,7 @@ python:
11
before_install:
12
- export DISPLAY=:99.0
13
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile
14
- --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 +extension RANDR
+ --background --exec /usr/bin/Xvfb -- +extension RANDR :99 -ac -screen 0 1280x1024x16
15
16
install:
17
- python setup.py install
0 commit comments