From d52f91e637162aa45c5c471838b19997053c036c Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 8 Jul 2020 15:11:14 -0700 Subject: [PATCH] remove jdk7 from old travis settings --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f8f00585e..860f885976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: java -# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now) jdk: - - openjdk7 - openjdk8 # Below this line is configuration for deploying to the Sonatype OSS repo