Skip to content

Commit

Permalink
Travis: do not start xvfb.
Browse files Browse the repository at this point in the history
We have no robot browser tests, so setting up X Windows is useless.
Travis failed immediately because of this.
  • Loading branch information
mauritsvanrees committed Feb 13, 2020
1 parent fdd157e commit 83655ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -32,10 +32,6 @@ before_install:
install:
- travis_retry pip install -U setuptools==33.1.1 tox coveralls coverage

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- travis_retry tox

Expand Down

0 comments on commit 83655ed

Please sign in to comment.