Skip to content

Commit

Permalink
Merge pull request #477 from kazuki43zoo/update-spring-version-on-travis
Browse files Browse the repository at this point in the history
Upgrade to spring 5.1.15 and spring-batch 4.1.4 on Travis CI
  • Loading branch information
kazuki43zoo authored Jun 4, 2020
2 parents 78504c1 + 2d4afe8 commit 83526a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

script:
- ./mvnw clean verify
- ./mvnw clean verify -Dspring.version=5.1.14.RELEASE -Dspring-batch.version=4.1.3.RELEASE
- ./mvnw clean verify -Dspring.version=5.1.15.RELEASE -Dspring-batch.version=4.1.4.RELEASE

after_success:
- chmod -R 777 ./travis/after_success.sh
Expand Down

0 comments on commit 83526a4

Please sign in to comment.