Skip to content

Commit 448f8d5

Browse files
committed
1 parent 86d9288 commit 448f8d5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ dist: bionic
44
language: java
55
jdk: openjdk8
66

7+
services:
8+
- xvfb
9+
710
before_install:
811
- bash .travis/setup-secrets.sh
912
- bash .travis/configure-maven.sh
1013
install: true
11-
before_script:
12-
- "export DISPLAY=:99.0"
13-
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
14-
- sleep 3 # give xvfb some time to start
15-
14+
before_script: true
1615
script: "source .travis/build.sh"
1716

1817
notifications:

0 commit comments

Comments
 (0)