From 8a1c6ad5e789ddcefc63d2924371cc8299d08c0d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 1 Sep 2014 15:51:34 +0200 Subject: [PATCH] DATAJPA-603 - Updated Travis build setup to use Spring 4 and 4.1 snapshots. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25f34be59..4c38709fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,8 @@ jdk: env: matrix: - PROFILE=ci - - PROFILE=spring4 - - PROFILE=spring32-next - PROFILE=spring4-next + - PROFILE=spring41-next - PROFILE=hibernate-41 - PROFILE=hibernate-42 - PROFILE=hibernate-43