From c50b2d6b16de452c0a4dcdbeff3c69a55bb9d488 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 17 Sep 2017 10:04:22 -0700 Subject: [PATCH] Travis seems to no longer support JDK6. Maybe with the next Getdown release, I'll drop JDK6 support as well. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a238abb..5b0788e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,5 @@ cache: - '$HOME/.m2/repository' jdk: - - openjdk6 - openjdk7 - oraclejdk8