Skip to content

Commit

Permalink
Fix service xvfb, now it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed May 24, 2019
1 parent 080294e commit 275eefe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -2,13 +2,11 @@ dist: xenial
language: python

services:
# to be able to display
- xvfb

before_install:
- sudo apt-get update
# to be able to display
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

matrix:
include:
Expand Down

0 comments on commit 275eefe

Please sign in to comment.