Skip to content

Commit

Permalink
Corrected xvfb breaking change for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mmy742 committed Apr 14, 2020
1 parent 8825241 commit be8f960
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ jdk:
sudo: false
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
services:
- xvfb

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

0 comments on commit be8f960

Please sign in to comment.