.travis.yml: use openjdk8 for the uploading build

fix-openal-soft-deadlink
Stephen Gold 5 years ago committed by GitHub
parent 3e89cd1377
commit 89e753bf47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

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

Loading…
Cancel
Save