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.
2 parents 8825241 + be8f960 commit a4ba5ccCopy full SHA for a4ba5cc
.travis.yml
@@ -6,9 +6,8 @@ jdk:
6
sudo: false
7
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
8
9
-before_install:
10
-- export DISPLAY=:99.0
11
-- sh -e /etc/init.d/xvfb start
+services:
+ - xvfb
12
13
# script for build and release via Travis to Bintray
14
script: gradle/buildViaTravis.sh
0 commit comments