Skip to content

Commit

Permalink
Add display manager on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Feb 23, 2016
1 parent 062a378 commit 391a201
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Expand Up @@ -4,11 +4,16 @@ rvm:
- 2.1
services:
- redis-server
addons:
apt:
packages:
- metacity
env: COVERALLS=1
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 2 # give xvfb some time to start
- metacity --sm-disable --replace 2> metacity.err &
cache: bundler
bundler_args:
- "--without development --deployment --jobs=3 --retry=3"
Expand Down

0 comments on commit 391a201

Please sign in to comment.