From 50aed6f59e7b4072c756f9f8a787cee68e78f307 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Mon, 29 Apr 2019 10:11:29 -0700 Subject: [PATCH] Travis: use "xenial" Linux dist to solve TLS issue (#1081) Fixing the broken build. Thanks to @Ali-RS for providing the hint: https://travis-ci.community/t/install-of-openjdk11-is-failing-again/3061/16 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ae53c556..8c4f7a35a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: env: UPLOAD=true UPLOAD_NATIVE=true - os: linux jdk: openjdk11 - dist: precise + dist: xenial - os: osx osx_image: xcode9.3 env: UPLOAD_NATIVE=true