Skip to content

Commit

Permalink
Make Travis CI run the tests with xvfb.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 30, 2012
1 parent 39fec5a commit 2096abb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,7 @@ rvm:
before_install:
- sudo apt-get update
- sudo apt-get install libgirepository1.0-dev gobject-introspection gir1.2-gtk-3.0
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "DISPLAY=:99.0 bundle exec rake test"

0 comments on commit 2096abb

Please sign in to comment.