diff --git a/.travis.yml b/.travis.yml index 0bd0f059..8ae7361f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,9 @@ branches: only: - master +before_install: + - "export DISPLAY=:99.0" + - "sh -e /etc/init.d/xvfb start" + after_success: - mvn clean test jacoco:report coveralls:report \ No newline at end of file