Skip to content

Commit 7207048

Browse files
committed
tests: fix display, the return 8
1 parent 876e54c commit 7207048

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ python:
1010

1111
before_install:
1212
- export DISPLAY=:99.0
13-
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1280x1024x24
14-
# - /usr/bin/Xvfb +extension RANDR :99 -ac -screen 0 1280x1024x24 &
15-
- sleep 3
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
1615

1716
install:
1817
- python setup.py install

0 commit comments

Comments
 (0)