From ad4a7f89129a642cfcb0ed1038993f6cbedaf31f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 Dec 2016 11:38:02 +0100 Subject: [PATCH] #473 - Update Travis build configuration. Removed execution of obsolete build profiles. Use more up to date JDK 8 for build. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a2b4b5c..0e0047ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,13 @@ jdk: env: matrix: - PROFILE=non-existant - - PROFILE=spring42 - - PROFILE=spring43 - PROFILE=spring43-next - PROFILE=spring5 - PROFILE=spring5-next +addons: + apt: + packages: + - oracle-java8-installer cache: directories: - $HOME/.m2