Skip to content

Commit

Permalink
#98 Travis configuration for X Virtual Framebuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Jul 12, 2015
1 parent 0faebd8 commit aa491b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa491b2

Please sign in to comment.