From 52fbc17f4f618e20b9b53aeac2496cc10c0102bc Mon Sep 17 00:00:00 2001 From: sgold Date: Sat, 21 Sep 2019 09:00:46 -0700 Subject: [PATCH] travis: compile Linux natives on openjdk8, upload JARs from oraclejdk8 --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a8986c6c..32e0f8a1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,16 @@ branches: matrix: include: - os: linux - jdk: openjdk8 - dist: xenial - env: UPLOAD=true UPLOAD_NATIVE=true + dist: trusty + jdk: oraclejdk8 + env: UPLOAD=true - os: linux jdk: openjdk11 dist: xenial + - os: linux + dist: xenial + jdk: openjdk8 + env: UPLOAD_NATIVE=true - os: osx osx_image: xcode9.3 env: UPLOAD_NATIVE=true