#98 Travis configuration for X Virtual Framebuffer

This commit is contained in:
Ilkka Seppala 2015-07-12 15:16:05 +03:00
parent 0faebd8a67
commit aa491b2458

View File

@ -8,5 +8,9 @@ branches:
only: only:
- master - master
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
after_success: after_success:
- mvn clean test jacoco:report coveralls:report - mvn clean test jacoco:report coveralls:report