We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dad6e4 commit 3ee6a60Copy full SHA for 3ee6a60
.travis.yml
@@ -10,8 +10,7 @@ python:
10
11
before_install:
12
- 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 -ac -screen 0 1280x1024x32
14
- - sleep 3
+ - sh -e /etc/init.d/xvfb start
15
16
install:
17
- python setup.py install
0 commit comments