Skip to content

Commit

Permalink
Try to fix GtkWarning: could not open display.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed May 30, 2019
1 parent bcf7166 commit 3758c8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -6,3 +6,7 @@ cache: packages
before_install:
- sudo apt-get update
- sudo apt-get install -y meld
# Fix GtkWarning: could not open display
# <https://blog.matthieu.brouillard.fr/2013/09/19/headfull-vs-headless-travis-ci-build/>
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

0 comments on commit 3758c8b

Please sign in to comment.