trying another way to get a display

This commit is contained in:
Julian Dolby 2013-12-03 11:39:00 -05:00
parent 436584b51b
commit 1660831ec2
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
language: java
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q