From f7d2bafb3ed239dcbc5ac69aa5297dc626e840c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 9 Oct 2015 13:18:29 +0100 Subject: [PATCH] Use Java 8 on Travis as the samples now require it Commit 09395f95 updated the samples to require Java 8. This commit updates the Travis configuration to build with Java 8. Closes gh-4133 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8d29302e5b5..ad008583cd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: java +jdk: + - oraclejdk8 services: mongodb sudo: false install: true