Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 78b6b18

Browse files
xvfb as service
1 parent 2edb91e commit 78b6b18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: java
22

3+
services:
4+
- xvfb
5+
36
before_install:
47
- "export DISPLAY=:99.0"
5-
- "sh -e /etc/init.d/xvfb start"
68
- ./install_dependencies.sh
79

810
install: mvn install

0 commit comments

Comments
 (0)