formatting

This commit is contained in:
Julian Dolby 2013-12-03 12:35:08 -05:00
parent 02d1e269b6
commit ae7fb96027
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: java
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "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