Browse Source

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
Stephen Gold 6 năm trước cách đây
mục cha
commit
50aed6f59e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.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