.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:
- os: linux
jdk: oraclejdk8
dist: precise
env: UPLOAD=true UPLOAD_NATIVE=true
- os: linux
jdk: openjdk11
@ -82,4 +83,4 @@ deploy:
# newest Android NDK
# wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin -O ndk.bin
# 7z x ndk.bin -y > /dev/null
# export ANDROID_NDK=`pwd`/android-ndk-r10c
# export ANDROID_NDK=`pwd`/android-ndk-r10c