Skip to content

Commit 6b2086e

Browse files
committed
Travis: Don't attempt start xvfb
1 parent c738355 commit 6b2086e

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
@@ -10,7 +10,7 @@ matrix:
1010
sudo: true
1111

1212
install:
13-
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
13+
# - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
1414
- pip install -U setuptools
1515
- pip install tox
1616
- pip install -r requirements-test.txt

0 commit comments

Comments
 (0)