Skip to content

Commit 9dc23ed

Browse files
committed
DATACMNS-827 - Fixed Travis build setup after Spring 4.2 upgrade.
Disabled build profile for Spring 4.1, added one for the 4.3 snapshots.
1 parent 71fdf86 commit 9dc23ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ jdk:
44
env:
55
matrix:
66
- PROFILE=ci
7-
- PROFILE=spring41-next
8-
- PROFILE=spring42
97
- PROFILE=spring42-next
8+
- PROFILE=spring43-next
109
- PROFILE=querydsl-next
1110
cache:
1211
directories:

0 commit comments

Comments
 (0)