.travis.yml: specify "precise" Linux distro for JDK8 build

Travis's default Linux distro is now "xenial" !
This commit is contained in:
Stephen Gold 2019-07-24 13:50:36 -07:00 committed by GitHub
parent 80aed88f82
commit acdeef54fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ matrix:
include: include:
- os: linux - os: linux
jdk: oraclejdk8 jdk: oraclejdk8
dist: precise
env: UPLOAD=true UPLOAD_NATIVE=true env: UPLOAD=true UPLOAD_NATIVE=true
- os: linux - os: linux
jdk: openjdk11 jdk: openjdk11