Skip to content

Commit b716ff0

Browse files
authored
Merge pull request #544 from kazuki43zoo/gh-543_support-ci-spring52-spring-batch42
Support CI with spring 5.2 and spring-batch 4.2
2 parents 8989a01 + d01f178 commit b716ff0

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)