From fe20ef503a3b16680f7a6763da4f597c0f250e96 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 5 Apr 2016 16:28:39 +0200 Subject: [PATCH] Second attempt at unbreaking the Travis build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 667fa5ce..767c55ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java +sudo: true script: - ./gradlew check cache: @@ -14,4 +15,4 @@ env: - PUBLISHER_REFERENCE_GC_TIMEOUT_MILLIS=300 addons: # Fix OpenJDK build. Issue: https://github.com/travis-ci/travis-ci/issues/5227 & https://docs.travis-ci.com/user/hostname - hostname: short-hostname + hostname: rs-jvm