Skip to content

Commit

Permalink
Hopefully fix the missing display error on TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarron committed Aug 4, 2016
1 parent 96d33ee commit 67075ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: cpp

env:
- DISPLAY=:99.0

before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt542
- sudo apt-get update -qq
- sudo apt-get install -qq qt54base qt54declarative
- sh -e /etc/init.d/xvfb start

script:
- source /opt/qt54/bin/qt54-env.sh
Expand Down

0 comments on commit 67075ee

Please sign in to comment.