X Tutup
Skip to content

Commit aa491b2

Browse files
committed
iluwatar#98 Travis configuration for X Virtual Framebuffer
1 parent 0faebd8 commit aa491b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ branches:
88
only:
99
- master
1010

11+
before_install:
12+
- "export DISPLAY=:99.0"
13+
- "sh -e /etc/init.d/xvfb start"
14+
1115
after_success:
1216
- mvn clean test jacoco:report coveralls:report

0 commit comments

Comments
 (0)
X Tutup