We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d9288 commit 448f8d5Copy full SHA for 448f8d5
.travis.yml
@@ -4,15 +4,14 @@ dist: bionic
4
language: java
5
jdk: openjdk8
6
7
+services:
8
+ - xvfb
9
+
10
before_install:
11
- bash .travis/setup-secrets.sh
12
- bash .travis/configure-maven.sh
13
install: true
-before_script:
- - "export DISPLAY=:99.0"
- - "/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
-
+before_script: true
16
script: "source .travis/build.sh"
17
18
notifications:
0 commit comments