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.
This commit is contained in:
Thomas Darimont
2015-03-18 13:28:19 +01:00
parent 61389e6ef2
commit 6dfaca5121

View File

@@ -1,6 +1,5 @@
language: java
jdk:
- oraclejdk7
- openjdk6
- oraclejdk8
script: make test