Skip to content

Commit be8f960

Browse files
committed
Corrected xvfb breaking change for Travis
1 parent 8825241 commit be8f960

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ jdk:
66
sudo: false
77
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
88

9-
before_install:
10-
- export DISPLAY=:99.0
11-
- sh -e /etc/init.d/xvfb start
9+
services:
10+
- xvfb
1211

1312
# script for build and release via Travis to Bintray
1413
script: gradle/buildViaTravis.sh

0 commit comments

Comments
 (0)