From 5c623434646aa29dff7d793a2b7c3bc3cc57ec8e Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Mon, 11 Apr 2016 21:37:03 -0700 Subject: [PATCH] Run travis with JDK8 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index de9248e0eb..aa60993072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: ruby sudo: false -cache: - directories: - - /tmp/solr-5.3.0 notifications: email: false @@ -37,3 +34,5 @@ notifications: global_env: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true + +jdk: oraclejdk8