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

Travis's default Linux distro is now "xenial" !
accellbaker
Stephen Gold 5 years ago committed by GitHub
parent 80aed88f82
commit acdeef54fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

@ -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

Loading…
Cancel
Save