Your .travis.yml will need two extra lines of configuration to run this headless on Travis:
before_script: - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
← Options