From ecd1a4109fbe97bdb0d6935778423940d2ca2e46 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 11 Apr 2014 17:54:13 -0400 Subject: [PATCH] Use JDK8 on Travis This will catch any Javadoc violations in pull requests. No need for an explicit `api` task; it's invoked in the standard travis `assemble` step. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9492e6ae53..f37c889762 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java +jdk: oraclejdk8 services: - mongodb - rabbitmq