From cf23590a668424bab7039bddc688fb83ab421924 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Wed, 6 Nov 2019 14:44:00 +0100 Subject: [PATCH] Travis: Build and test on JDK 7, 8 and 11. This uses the Trusty (14.04) image since that in the only one where all three JDKs are available. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a98b7603..c02000c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,8 @@ +dist: trusty + language: java +jdk: + - openjdk7 + - openjdk8 + - oraclejdk11 -- 2.39.5