Skip to content

Commit

Permalink
Support spring 5.2 and spring-batch 4.2 on Travis CI
Browse files Browse the repository at this point in the history
Fixes gh-405
  • Loading branch information
kazuki43zoo committed Oct 14, 2019
1 parent 01386e7 commit 01b2444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jdk:
- openjdk11
- openjdk8

script:
- ./mvnw clean verify
- ./mvnw clean verify -Dspring.version=5.2.0.RELEASE -Dspring-batch.version=4.2.0.RELEASE -Denforcer.fail=false

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

0 comments on commit 01b2444

Please sign in to comment.