.travis.yml: use openjdk8 for the uploading build

This commit is contained in:
Stephen Gold 2019-09-18 21:47:55 -07:00 committed by GitHub
parent 3e89cd1377
commit 89e753bf47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ branches:
matrix:
include:
- os: linux
jdk: oraclejdk8
jdk: openjdk8
dist: xenial
env: UPLOAD=true UPLOAD_NATIVE=true
- os: linux