From 5c5b4e5e50b793c32ff3a5740641b37174833c43 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Mon, 9 Jan 2017 17:10:36 +0200 Subject: [PATCH] this change requires Java8 to build, but will run with Java7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 156742981f..4695856127 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: java jdk: - - openjdk7 + - oraclejdk8 #before_install: # - cat /etc/hosts # optionally check the content *before* # - sudo hostname "$(hostname | cut -c1-63)"