From 6dfaca51217851334d6b149e3ec4cbabdf9558c9 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Wed, 18 Mar 2015 13:28:19 +0100 Subject: [PATCH] DATAREDIS-384 - Remove Java6 build for Travis-CI. The only reason why the travis-ci build for SD Redis fails is because it still tries to build with java 6 which isn't supported by the asciidoctor gradle plugin. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06ccbed5b..a516bb2f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: java jdk: - oraclejdk7 - - openjdk6 - oraclejdk8 script: make test