From bb3eeb9af0474cf8c95fca2dca2116b42170532d Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 11 Feb 2017 20:40:15 +0100 Subject: [PATCH] Travis CI: Don't build with Oracle JDK 7 since the bump of Error Prone to 2.0.15, the JDK 7 javac is no longer supported. Note that we still generate version 51 (Java 7) class files. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a371c394f..5b6c55b30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ android: - android-8 jdk: - oraclejdk8 - - oraclejdk7 sudo: false cache: directories: