From ff01e3cf3239792fd7427cae8fb7fe763866162b Mon Sep 17 00:00:00 2001 From: Xtreak Date: Thu, 22 Mar 2018 00:30:37 +0530 Subject: [PATCH] Drop JDK 7 testing due to UnsupportedClassVersionError Drop JDK 7 testing due to UnsupportedClassVersionError . Refer back upstream to get the minimum JDK version we need to support. Build fails at https://travis-ci.org/tirkarthi/clj-wordcloud/jobs/356513667 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 529069b..25bdf4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,5 @@ notifications: email: false jdk: - - openjdk7 - openjdk8 - oraclejdk9