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
accellbaker
Stephen Gold 6 years ago committed by GitHub
parent fff16c2328
commit 50aed6f59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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

Loading…
Cancel
Save