Skip to content

Commit d01f178

Browse files
committed
Support CI with spring 5.2 and spring-batch 4.2
Fixes gh-543
1 parent 8989a01 commit d01f178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jdk:
88

99
script:
1010
- ./mvnw clean verify
11+
- ./mvnw clean verify -Dspring.version=$(./travis/get_latest_version.sh spring-core 5.2) -Dspring-batch.version=$(./travis/get_latest_version.sh batch/spring-batch-core 4.2)
1112
- ./mvnw clean verify -Dspring.version=$(./travis/get_latest_version.sh spring-core 5.1) -Dspring-batch.version=$(./travis/get_latest_version.sh batch/spring-batch-core 4.1)
1213

1314
after_success:

0 commit comments

Comments
 (0)