Skip to content

Commit

Permalink
Merge pull request #95 from t0mmy742/xvfb_travis_resolved
Browse files Browse the repository at this point in the history
Corrected xvfb breaking change for Travis
  • Loading branch information
JonathanVusich authored May 13, 2020
2 parents 8825241 + be8f960 commit a4ba5cc
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 a4ba5cc

Please sign in to comment.