Skip to content

Commit 50aed6f

Browse files
authored
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
1 parent fff16c2 commit 50aed6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
env: UPLOAD=true UPLOAD_NATIVE=true
1616
- os: linux
1717
jdk: openjdk11
18-
dist: precise
18+
dist: xenial
1919
- os: osx
2020
osx_image: xcode9.3
2121
env: UPLOAD_NATIVE=true

0 commit comments

Comments
 (0)