Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Commit

Permalink
Add GUI testing to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung committed Dec 16, 2017
1 parent c1be274 commit 2230ba2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ addons:
- libsm-dev
- libgtk-3-dev
- libwebkitgtk-3.0-dev
- mesa-utils
- xvfb


before_install:
- export DISPLAY=:99
- export LIBGL_ALWAYS_SOFTWARE=1
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render

# command to install dependencies
install:
Expand Down

0 comments on commit 2230ba2

Please sign in to comment.