Skip to content

Commit b92d95a

Browse files
committed
tests: fix display, the return 9 ...
1 parent 7207048 commit b92d95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
before_install:
1212
- export DISPLAY=:99.0
1313
- /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
14+
--background --exec /usr/bin/Xvfb -- +extension RANDR :99 -ac -screen 0 1280x1024x16
1515

1616
install:
1717
- python setup.py install

0 commit comments

Comments
 (0)