Skip to content

Commit 83526a4

Browse files
authored
Merge pull request #477 from kazuki43zoo/update-spring-version-on-travis
Upgrade to spring 5.1.15 and spring-batch 4.1.4 on Travis CI
2 parents 78504c1 + 2d4afe8 commit 83526a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
script:
1616
- ./mvnw clean verify
17-
- ./mvnw clean verify -Dspring.version=5.1.14.RELEASE -Dspring-batch.version=4.1.3.RELEASE
17+
- ./mvnw clean verify -Dspring.version=5.1.15.RELEASE -Dspring-batch.version=4.1.4.RELEASE
1818

1919
after_success:
2020
- chmod -R 777 ./travis/after_success.sh

0 commit comments

Comments
 (0)