From 8bfa0bd9e03056e3d67e9bff693ddad094f83302 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 1 Sep 2014 12:23:18 +0200 Subject: [PATCH] DATACMNS-570 - Updated build profiles for Travis. We now use the profiles existing in Spring Data Build for Spring 4.0.x and 4.1.x. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2d5058af..9b6c6c55e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,8 @@ jdk: env: matrix: - PROFILE=ci - - PROFILE=spring4 - - PROFILE=spring32-next - PROFILE=spring4-next + - PROFILE=spring41-next cache: directories: - $HOME/.m2