.travis.yml: specify "precise" env where Oracle JDK8 is still supported

This commit is contained in:
Stephen Gold 2019-09-17 13:49:30 -07:00
parent 3fe01dad80
commit 3f428069f6

View File

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